PluginBench
MCP Server
Active
MIT

io.github.chrischall/resy-mcp MCP Server

io.github.chrischall/resy-mcp

What is the io.github.chrischall/resy-mcp MCP server?

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

How to install io.github.chrischall/resy-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • RESY_EMAIL

    Your Resy account email. Optional — leave unset to use the fetchproxy browser bridge instead.

  • RESY_PASSWORD
    secret

    Your Resy account password. Optional — leave unset to use the fetchproxy browser bridge instead.

  • RESY_AUTH_TOKEN
    secret

    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

    Override the public web-app API key (rarely needed)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "resy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "resy-mcp"
      ],
      "env": {
        "RESY_EMAIL": "<YOUR_RESY_EMAIL>",
        "RESY_PASSWORD": "<YOUR_RESY_PASSWORD>",
        "RESY_AUTH_TOKEN": "<YOUR_RESY_AUTH_TOKEN>",
        "RESY_DISABLE_FETCHPROXY": "<YOUR_RESY_DISABLE_FETCHPROXY>",
        "RESY_API_KEY": "<YOUR_RESY_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "resy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "resy-mcp"
      ],
      "env": {
        "RESY_EMAIL": "<YOUR_RESY_EMAIL>",
        "RESY_PASSWORD": "<YOUR_RESY_PASSWORD>",
        "RESY_AUTH_TOKEN": "<YOUR_RESY_AUTH_TOKEN>",
        "RESY_DISABLE_FETCHPROXY": "<YOUR_RESY_DISABLE_FETCHPROXY>",
        "RESY_API_KEY": "<YOUR_RESY_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "resy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "resy-mcp"
      ],
      "env": {
        "RESY_EMAIL": "<YOUR_RESY_EMAIL>",
        "RESY_PASSWORD": "<YOUR_RESY_PASSWORD>",
        "RESY_AUTH_TOKEN": "<YOUR_RESY_AUTH_TOKEN>",
        "RESY_DISABLE_FETCHPROXY": "<YOUR_RESY_DISABLE_FETCHPROXY>",
        "RESY_API_KEY": "<YOUR_RESY_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "resy-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "resy-mcp"
      ],
      "env": {
        "RESY_EMAIL": "<YOUR_RESY_EMAIL>",
        "RESY_PASSWORD": "<YOUR_RESY_PASSWORD>",
        "RESY_AUTH_TOKEN": "<YOUR_RESY_AUTH_TOKEN>",
        "RESY_DISABLE_FETCHPROXY": "<YOUR_RESY_DISABLE_FETCHPROXY>",
        "RESY_API_KEY": "<YOUR_RESY_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add resy-mcp --env RESY_EMAIL=<YOUR_RESY_EMAIL> --env RESY_PASSWORD=<YOUR_RESY_PASSWORD> --env RESY_AUTH_TOKEN=<YOUR_RESY_AUTH_TOKEN> --env RESY_DISABLE_FETCHPROXY=<YOUR_RESY_DISABLE_FETCHPROXY> --env RESY_API_KEY=<YOUR_RESY_API_KEY> -- npx -y resy-mcp

Related MCP servers

OurFamilyWizard co-parenting for Claude — messages, calendar, expenses, and journal

5
TypeScript
MIT
View repository →

Zola wedding planning for Claude — vendors, budget, guests, seating, registry, and RSVPs

3
TypeScript
MIT
View repository →

Redfin real-estate for Claude — search, property details, market reports, saved homes

2
TypeScript
MIT
View repository →

Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets

1
TypeScript
MIT
View repository →

Google Classroom via gogcli for Claude — courses, assignments, submissions, grading

1
TypeScript
MIT
View repository →

Extended Google Docs for Claude via gogcli — auth + full Docs and comments support

1
TypeScript
MIT
View repository →