opentable for Claude Desktop
io.github.markswendsen-code/opentable
MCP server for OpenTable - let AI agents book restaurant reservations and manage dining autonomously
client:Claude Desktop
transport:stdio
runtime:npm
Install opentable in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"opentable": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-opentable"
],
"env": {
"OPENTABLE_EMAIL": "<OPENTABLE_EMAIL>",
"OPENTABLE_PASSWORD": "<OPENTABLE_PASSWORD>",
"OPENTABLE_LOCATION": "<OPENTABLE_LOCATION>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs