Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the Resy in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
Search Resy restaurants from any AI assistant. Find restaurants by city, geo coordinate, or curated list (top-rated, new, etc.), read venue detail, check live availability calendar. 6 tools, no auth — reverse-engineered from the Resy mobile app.
Prova a chiedere
Prompt di esempio per Resy
Clicca su un prompt per copiarlo. Incollalo in Claude, ChatGPT, Cursor, Gemini, Copilot o OpenClaw per eseguirlo contro questo connettore.
Claude è un'AI e può sbagliare. Verifica sempre le risposte.
💡 Niente installazione? Vai direttamente su cloud.anythingmcp.com. Accedi, clicca Connectors → Resy, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente
git clone, niente server locale.
Resy + Cursor
Search Resy restaurants from any AI assistant. Find restaurants by city, geo coordinate, or curated list (top-rated, new, etc.), read venue detail, check live availability calendar. 6 tools, no auth — reverse-engineered from the Resy mobile app.
Prerequisiti
Le istruzioni di setup complete sono incluse nel connettore stesso (visibili nello store quando lo selezioni). Le variabili d'ambiente richieste sono:
(none — public API)
Step 1 — Ottieni le credenziali
This connector wraps the Resy mobile app's internal API (api.resy.com).
Setup: nothing. The endpoints exposed here are the same the Resy iOS app uses for restaurant discovery and are accessible without a user login.
What it does NOT do: complete reservations. Resy's notify/book flow requires a logged-in session and triggers bot-detection. Use this connector to find slots; book in the Resy app.
City codes: Resy uses short codes like ny (NYC), la (LA), lon (London), mia (Miami), dc (Washington DC), ath (Athens). Use resy_get_location_config to discover available cities.
…(continued in the in-app connector instructions)
Step 2 — Installa l'adapter
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Step 3 — Aggiungi il connettore in Cursor
Cursor legge i server MCP da ~/.cursor/mcp.json. Aggiungi questa voce:
{
"mcpServers": {
"anythingmcp": {
"url": "https://cloud.anythingmcp.com/mcp",
"headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
}
}
}
- Ottieni la tua MCP API key da AnythingMCP → Profilo → MCP API Keys → Nuova Key.
- Salva il file e riavvia Cursor.
- Apri Cursor → Impostazioni → MCP per verificare che
Resysia presente e "Connected". - Inizia a chattare — tutti gli strumenti di
Resysono ora invocabili.
Tool disponibili
| Tool | What it does |
|---|---|
resy_search_venues | Geo search Resy venues near a coordinate, with optional party size and date filters |
resy_find_availability | Find available slots at one or more venues on a given day for a party size, optionally near a coordinate |
resy_get_venue | Full venue detail — name, address, cuisine, photos, menu, hours, descriptions |
resy_get_venue_calendar | Get the booking calendar for one venue across a date range — which days have availability for a given party size |
resy_get_city_list | Get a Resy editorial list for a city — e |
resy_get_location_config | Get Resy's configuration for available cities, neighborhoods, and cuisines |
FAQ
Cursor supporta MCP server personalizzati nel piano free? Sì — MCP è disponibile su Hobby, Pro e Business.
Prossimi passi
Questa guida ti è stata utile?