opentable-mcp

chrischall/opentable-mcp
★ 0 stars TypeScript 🌐 Browser/Web Updated today
OpenTable MCP server for Claude — search restaurants, book tables, manage reservations, favorites, and notify
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "opentable-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chrischall/opentable-mcp"
      ]
    }
  }
}

README Excerpt

OpenTable reservation manager as an MCP server for Claude — find slots, book, cancel, manage favorites, and read your dashboard via natural language. > **v0.3.0-alpha status: Chrome-extension bridge, 10 tools, read + write.** Every OpenTable request is relayed through your signed-in Chrome tab over a localhost WebSocket, so Akamai sees a real browser and we get clean 200s on paths that block Node `fetch` entirely.

Tools (12)

OpenTableClientOpenTableWsServeropentable_add_favoriteopentable_bookopentable_cancelopentable_find_slotsopentable_get_profileopentable_get_restaurantopentable_list_favoritesopentable_list_reservationsopentable_remove_favoriteopentable_search_restaurants