Odel
mcp opentable

mcp opentable

Local
@markswendsen-code1TypeScriptUpdated 4mo ago

MCP server for OpenTable - let AI agents book restaurant reservations and manage dining autonomously

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).

npm@striderlabs/mcp-opentablev0.1.2

Run

npx -y @striderlabs/mcp-opentable

MCP client config

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