Skip to content
Claude Desktop

resy mcp for Claude Desktop

io.github.chrischall/resy-mcp

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

client:Claude Desktop transport:stdio runtime:npm

Install resy mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "resy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "resy-mcp"
      ],
      "env": {
        "RESY_EMAIL": "<RESY_EMAIL>",
        "RESY_PASSWORD": "<RESY_PASSWORD>",
        "RESY_AUTH_TOKEN": "<RESY_AUTH_TOKEN>",
        "RESY_DISABLE_FETCHPROXY": "<RESY_DISABLE_FETCHPROXY>",
        "RESY_API_KEY": "<RESY_API_KEY>",
        "RESY_TOKEN_CACHE": "<RESY_TOKEN_CACHE>",
        "RESY_TOKEN_FILE": "<RESY_TOKEN_FILE>",
        "RESY_API_KEY_FILE": "<RESY_API_KEY_FILE>",
        "RESY_CAPTURE_TIMEOUT": "<RESY_CAPTURE_TIMEOUT>",
        "RESY_WS_PORT": "<RESY_WS_PORT>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

resy mcp in other clients