
Resy Mcp
Operate Resy search, booking, cancellations, favorites, and Priority Notify from Claude when you want restaurant logistics inside agent-driven workflows.
Overview
Resy MCP is a Build/integrations MCP server that lets Claude search Resy, book and cancel reservations, manage favorites and Priority Notify, with email/password, auth token, or fetchproxy login paths.
What is this MCP server?
- Search venues, book slots, and cancel Resy reservations via MCP
- Manage favorites and Priority Notify from agent conversations
- Auth via RESY_EMAIL and RESY_PASSWORD, RESY_AUTH_TOKEN, or fetchproxy browser bridge
- RESY_DISABLE_FETCHPROXY forces credential-only mode for CI-style setups
- stdio npm resy-mcp v0.5.1 with optional RESY_API_KEY override
- Package version 0.5.1
- Transport: stdio (npm identifier resy-mcp)
- Documented env vars: RESY_EMAIL, RESY_PASSWORD, RESY_AUTH_TOKEN, RESY_DISABLE_FETCHPROXY, RESY_API_KEY
Community signal: 1 GitHub stars.
What problem does it solve?
Chasing Resy drops and Priority Notify alerts manually fragments the same agent sessions where you already plan work and travel.
Who is it for?
Resy power users building agent-first workflows who need flexible auth (token, password, or browser bridge) in local MCP setups.
Skip if: Venue operators needing Resy OS APIs, builders uncomfortable storing RESY_PASSWORD locally, or diners who never use Resy.
What do I get? / Deliverables
Once resy-mcp is installed, your agent can drive Resy search, booking, cancel, favorites, and notify flows using your chosen auth and fetchproxy settings.
- stdio MCP server with Resy search, book, and cancel tools
- Favorites and Priority Notify actions callable from the agent
- Configurable auth stack including optional fetchproxy disable for locked-down environments
Recommended MCP Servers
Journey fit
Resy MCP is third-party agent tooling you add while building your MCP stack, not a distribution or analytics layer. Multiple auth paths and fetchproxy fallback make it a representative consumer API integration exercise for solo builders.
How it compares
Resy consumer MCP with Priority Notify, not OpenTable MCP and not a generic calendar booking skill.
Common Questions / FAQ
Who is resy-mcp for?
Developers on Claude Code or Cursor who book through Resy and want search, book, cancel, favorites, and Priority Notify exposed as MCP tools.
When should I use resy-mcp?
Use it while integrating lifestyle and meeting logistics into your agent during build—especially when Resy Priority Notify and favorites matter more than OpenTable coverage.
How do I add resy-mcp to my agent?
Install resy-mcp v0.5.1 from npm, configure stdio MCP in your host, set RESY_AUTH_TOKEN or RESY_EMAIL and RESY_PASSWORD or rely on fetchproxy unless RESY_DISABLE_FETCHPROXY=1, then restart the client.