← Index

io.github.markswendsen-code/opentable

io.github.markswendsen-code/opentable·v0.1.2·Other
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "opentable": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-opentable"
      ],
      "env": {
        "OPENTABLE_EMAIL": "<opentable_email>",
        "OPENTABLE_PASSWORD": "<your-opentable_password>",
        "OPENTABLE_LOCATION": "<opentable_location>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "opentable": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-opentable"
      ],
      "env": {
        "OPENTABLE_EMAIL": "<opentable_email>",
        "OPENTABLE_PASSWORD": "<your-opentable_password>",
        "OPENTABLE_LOCATION": "<opentable_location>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @striderlabs/mcp-opentable
§02  Environment variables
OPENTABLE_EMAIL
required

OpenTable email for authentication

OPENTABLE_PASSWORD
requiredsecret

OpenTable account password

OPENTABLE_LOCATION

Default location/city for restaurant searches

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other