opentable for Windsurf
io.github.markswendsen-code/opentable
MCP server for OpenTable - let AI agents book restaurant reservations and manage dining autonomously
client:Windsurf
transport:stdio
runtime:npm
Install opentable in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"opentable": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-opentable"
],
"env": {
"OPENTABLE_EMAIL": "<OPENTABLE_EMAIL>",
"OPENTABLE_PASSWORD": "<OPENTABLE_PASSWORD>",
"OPENTABLE_LOCATION": "<OPENTABLE_LOCATION>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs