Skip to content
VS Code

opentable mcp for VS Code

io.github.chrischall/opentable-mcp

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

client:VS Code transport:stdio runtime:npm

Install opentable mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "opentable-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "opentable-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

opentable mcp in other clients