← Index

io.github.chrischall/resy-mcp

io.github.chrischall/resy-mcp·v0.1.3·Search
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "resy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "resy-mcp"
      ],
      "env": {
        "RESY_EMAIL": "<resy_email>",
        "RESY_PASSWORD": "<your-resy_password>",
        "RESY_API_KEY": "<resy_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "resy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "resy-mcp"
      ],
      "env": {
        "RESY_EMAIL": "<resy_email>",
        "RESY_PASSWORD": "<your-resy_password>",
        "RESY_API_KEY": "<resy_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y resy-mcp
§02  Environment variables
RESY_EMAIL
required

Your Resy account email

RESY_PASSWORD
requiredsecret

Your Resy account password

RESY_API_KEY

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

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Search