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.
Frag einfach
Beispiel-Prompts für Resy
Klick auf einen Prompt, um ihn zu kopieren. In Claude, ChatGPT, Cursor, Gemini, Copilot oder OpenClaw einfügen — und gegen diesen Konnektor laufen lassen.
Claude ist KI und kann Fehler machen. Bitte Antworten gegenprüfen.
💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → Resy klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein
git clone, kein lokaler Server.
Resy + Claude
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.
Voraussetzungen
Die vollständige Setup-Anleitung ist in den Connector eingebaut (im Store sichtbar, wenn du den Connector auswählst). Benötigte Umgebungsvariablen für diesen Connector:
(none — public API)
Schritt 1 — Zugangsdaten holen
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)
Schritt 2 — Adapter installieren
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Schritt 3 — Resy-Connector in Claude einrichten
Fünf Klicks über zwei Tabs — wir gehen jeden Bildschirm durch. Du brauchst die MCP-Server-URL aus Schritt 2 und deinen AnythingMCP-Login bereit.
1. Öffne Claude's Customize → Connectors
In Claude gehe auf Customize → Connectors (claude.ai/customize/connectors) und klicke das + oben rechts.

claude.ai/customize/connectorsVerfügbar auf Claude Pro, Team, Enterprise.
2. MCP-Server-URL einfügen
Füge die URL aus Schritt 2 ein — https://cloud.anythingmcp.com/mcp/<deine-id>. Kein Name, kein Auth-Header, keine erweiterten Einstellungen: nur die URL. Dann klicke Add.

Jeder Connector hat seine eigene URL — privat und jederzeit widerrufbar.
3. Auf Connect klicken
Der Connector erscheint mit AnythingMCP-Icon. Claude zeigt „You are not connected to AnythingMCP yet." Klicke Connect — Claude öffnet AnythingMCP in einem neuen Tab.

4. Claude auf AnythingMCP autorisieren
Melde dich mit deinen AnythingMCP-Credentials an. Einmalig pro Browser; Session bleibt bestehen.

cloud.anythingmcp.com/oauth/authorizeDein Passwort erreicht Claude nie — Standard-OAuth-Handshake.
5. Alle Resy-Tools erscheinen in Claude
Claude entdeckt alle Resy-Tools automatisch. Pro Tool einstellbar: immer erlauben, jedes Mal fragen oder nie. Du bist startklar.

Fertig — los geht's. Probier: „Finde die bestbewerteten italienischen Restaurants in NYC für diesen Samstag um 19 Uhr für 4 Personen." Claude entdeckt die Tools und ruft sie selbstständig auf.
Verfügbare Tools
| 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
Funktioniert es mit Claude Code genauso wie mit Claude Desktop? Ja — beide auf https://cloud.anythingmcp.com/mcp zeigen lassen.
Nächste Schritte
War dieser Guide hilfreich?