PluginBench
MCP Server

io.github.markswendsen-code/opentable MCP Server

io.github.markswendsen-code/opentable

What is the io.github.markswendsen-code/opentable MCP server?

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

How to install io.github.markswendsen-code/opentable

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • OPENTABLE_EMAIL
    required

    OpenTable email for authentication

  • OPENTABLE_PASSWORD
    required
    secret

    OpenTable account password

  • OPENTABLE_LOCATION

    Default location/city for restaurant searches

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "opentable": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-opentable"
      ],
      "env": {
        "OPENTABLE_EMAIL": "<YOUR_OPENTABLE_EMAIL>",
        "OPENTABLE_PASSWORD": "<YOUR_OPENTABLE_PASSWORD>",
        "OPENTABLE_LOCATION": "<YOUR_OPENTABLE_LOCATION>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "opentable": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-opentable"
      ],
      "env": {
        "OPENTABLE_EMAIL": "<YOUR_OPENTABLE_EMAIL>",
        "OPENTABLE_PASSWORD": "<YOUR_OPENTABLE_PASSWORD>",
        "OPENTABLE_LOCATION": "<YOUR_OPENTABLE_LOCATION>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "opentable": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-opentable"
      ],
      "env": {
        "OPENTABLE_EMAIL": "<YOUR_OPENTABLE_EMAIL>",
        "OPENTABLE_PASSWORD": "<YOUR_OPENTABLE_PASSWORD>",
        "OPENTABLE_LOCATION": "<YOUR_OPENTABLE_LOCATION>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "opentable": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-opentable"
      ],
      "env": {
        "OPENTABLE_EMAIL": "<YOUR_OPENTABLE_EMAIL>",
        "OPENTABLE_PASSWORD": "<YOUR_OPENTABLE_PASSWORD>",
        "OPENTABLE_LOCATION": "<YOUR_OPENTABLE_LOCATION>"
      }
    }
  }
}
Claude Code
claude mcp add opentable --env OPENTABLE_EMAIL=<YOUR_OPENTABLE_EMAIL> --env OPENTABLE_PASSWORD=<YOUR_OPENTABLE_PASSWORD> --env OPENTABLE_LOCATION=<YOUR_OPENTABLE_LOCATION> -- npx -y @striderlabs/mcp-opentable

Related MCP servers

MCP server for Chipotle - let AI agents order burritos, bowls, and more

View repository →

MCP server for Crunchyroll anime streaming - search anime, manage watchlist, track viewing progress

View repository →

MCP server for Delta Airlines - search flights, check status, manage trips

View repository →

MCP server for DoorDash - let AI agents order food delivery autonomously with browser-based ordering

View repository →

Gmail MCP server — send, read, and search email. By Strider Labs.

View repository →

MCP server for GrubHub - let AI agents order food and manage restaurant delivery autonomously

View repository →