mcpbeat Sign in

Resy MCP Server

local only

Resy MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 880 installs a week from npm. Last commit 15 Sep 2026.

Resy reservation management — search, book, cancel, favorites, and Priority Notify for Claude

Installs per day peak 228 · avg 52 · +174% w/w
a month agotoday
880
Installs / week
npm · resy-mcp
1
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Resy MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add resy-mcp -- npx -y resy-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "resy-mcp": {
      "args": [
        "-y",
        "resy-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.resy-mcp]
command = "npx"
args = ["-y", "resy-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "resy-mcp": {
      "args": [
        "-y",
        "resy-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "resy-mcp": {
      "args": [
        "-y",
        "resy-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: RESY_EMAIL (Your Resy account email. Optional — leave unset to use the fetchproxy browser bridge instead.), RESY_PASSWORD (Your Resy account password. Optional — leave unset to use the fetchproxy browser bridge instead.), RESY_AUTH_TOKEN (Pre-obtained x-resy-auth-token. Overrides email/password and the fetchproxy bridge. Power users / CI only.), RESY_DISABLE_FETCHPROXY (Set to '1' to disable the fetchproxy fallback (forces RESY_EMAIL+PASSWORD or RESY_AUTH_TOKEN).), RESY_API_KEY (Pin the api key, beating both the key captured from the live site and the compiled-in default. Rotation does not require it: the key is captured and cached automatically.), RESY_TOKEN_CACHE (Set to false to disable the on-disk token cache and re-authenticate on every process start. Defaults to enabled.), RESY_TOKEN_FILE (Absolute path for the token cache file. Defaults to $MCP_DATA_DIR/.resy-mcp/token.json.), RESY_API_KEY_FILE (Absolute path for the api-key cache file. Defaults to $MCP_DATA_DIR/.resy-mcp/api-key.json. Holds the bare key captured from the live site, which takes precedence over the compiled-in default.), RESY_CAPTURE_TIMEOUT (Seconds to wait for the signed-in page to make an API call the bridge can read the auth token from. Defaults to 30. Capture resolves on the next matching request, so an idle tab needs a longer window than a busy one.), RESY_WS_PORT (Port for the fetchproxy bridge. The whole fleet shares 37149 (the Transporter extension dials it), so override only for local development, test isolation, or a hosted bridged registration — this is the variable to name in the registration's bridgePortEnv.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Resy MCP

same job, measured the same way
Opentable MCP
by chrischall

OpenTable reservation management: find slots, book, cancel, list reservations, manage favorites.

599 installs/wk local only
Easytable MCP
by chrischall

easyTable restaurant reservations for Claude — availability, and create/modify/cancel bookings

487 installs/wk local only
Upsalt Booking
by everyways

Search Upsalt venues, check availability, and book, view, or cancel a reservation.

5 tools answering
Gotify RMCP
by dinglebear

Rust MCP server and CLI for Gotify push notifications and message management.

local only
1stay
by stayker

Hotel booking MCP server. Search, book, and manage reservations across 250K+ properties worldwide.

8 tools answering
Basicops
by basicops

BasicOps MCP server for project management, tasks, notes, and team collaboration.

answering
Gotify MCP
by tootie

MCP server for self-hosted Gotify push notifications and message management.

59 installs/wk local only
RU Books MCP
by books-service

MCP server for Russian books search, details, and recommendation candidates.

8 tools answering

Resy MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Resy MCP?
Resy MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package resy-mcp was installed 880 times last week.
How do I connect Resy MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls resy-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Resy MCP?
The npm package resy-mcp was installed 880 times in the last week. Week over week that is +174%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Resy MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.