Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the OpenTable 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 restaurants on OpenTable from any AI assistant. Find restaurants near a coordinate, read full restaurant detail (menu, hours, photos, reviews), check live table availability for a given party size and time window. 4 tools, no auth — reverse-engineered from the OpenTable mobile app.
Frag einfach
Beispiel-Prompts für OpenTable
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 → OpenTable klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein
git clone, kein lokaler Server.
OpenTable + Claude
Search restaurants on OpenTable from any AI assistant. Find restaurants near a coordinate, read full restaurant detail (menu, hours, photos, reviews), check live table availability for a given party size and time window. 4 tools, no auth — reverse-engineered from the OpenTable 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 OpenTable mobile app's internal API (mobile-api.opentable.co.uk).
Setup: nothing. The endpoints exposed here are the same the OpenTable iOS app uses for restaurant discovery; they do not require an API key or user login.
What it does NOT do: complete reservations. OpenTable's reservation-completion flow requires a logged-in session + payment-method-on-file + bot-detection checks that we deliberately don't automate. Use this connector to find the right restaurant and slot; book in the OpenTable app or web site.
Geo coordinate: latitude and longitude as floats. Use 48.0707,7.8674 for Freiburg, 41.3851,2.1734 for Barcelona, 40.7128,-74.0060 for NYC.
…(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 — OpenTable-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 OpenTable-Tools erscheinen in Claude
Claude entdeckt alle OpenTable-Tools automatisch. Pro Tool einstellbar: immer erlauben, jedes Mal fragen oder nie. Du bist startklar.

Fertig — los geht's. Probier: „Finde mir ein Restaurant in der Nähe von Milano Centrale für morgen um 20 Uhr, 4 Personen, italienische Küche unter 40 € pro Person." Claude entdeckt die Tools und ruft sie selbstständig auf.
Verfügbare Tools
| Tool | What it does |
|---|---|
opentable_search_restaurants | Search OpenTable restaurants near a coordinate, with optional filters for party size, date/time, cuisine, and price |
opentable_get_restaurant | Full detail of one OpenTable restaurant — name, address, cuisine, hours, menu URL, photos, reviews summary, price band, dress code, parking, |
opentable_check_availability | Check live table availability at one or more OpenTable restaurants for a given party size and date/time |
opentable_autocomplete | Autocomplete restaurant or location names |
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?