Odel
opentable mcp

opentable mcp

Local
@chrischallTypeScriptMITUpdated 2 days ago

OpenTable reservation management: find slots, book, cancel, list reservations, manage favorites.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmopentable-mcpv0.19.1

Run

npx -y opentable-mcp

MCP client config

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