← Back to browse

opentable

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsOPENTABLE_EMAIL OPENTABLE_PASSWORD OPENTABLE_LOCATION
Claude Code
claude mcp add --env OPENTABLE_EMAIL= --env OPENTABLE_PASSWORD= --env OPENTABLE_LOCATION= opentable -- npx @striderlabs/mcp-opentable
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"opentable","command":"npx","args":["@striderlabs/mcp-opentable"],"env":{"OPENTABLE_EMAIL":"","OPENTABLE_PASSWORD":"","OPENTABLE_LOCATION":""}}'
JSON
{
  "mcpServers": {
    "opentable": {
      "command": "npx",
      "args": [
        "@striderlabs/mcp-opentable"
      ],
      "env": {
        "OPENTABLE_EMAIL": "",
        "OPENTABLE_PASSWORD": "",
        "OPENTABLE_LOCATION": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.