opentable for Cursor
io.github.markswendsen-code/opentable
MCP server for OpenTable - let AI agents book restaurant reservations and manage dining autonomously
client:Cursor
transport:stdio
runtime:npm
Install opentable in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"opentable": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-opentable"
],
"env": {
"OPENTABLE_EMAIL": "<OPENTABLE_EMAIL>",
"OPENTABLE_PASSWORD": "<OPENTABLE_PASSWORD>",
"OPENTABLE_LOCATION": "<OPENTABLE_LOCATION>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs