io.github.markswendsen-code/opentable
Quality Score
80
/100
MCP server for OpenTable - let AI agents book restaurant reservations and manage dining autonomously
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"opentable": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-opentable"
],
"env": {
"OPENTABLE_EMAIL": "<opentable_email>",
"OPENTABLE_PASSWORD": "<your-opentable_password>",
"OPENTABLE_LOCATION": "<opentable_location>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"opentable": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-opentable"
],
"env": {
"OPENTABLE_EMAIL": "<opentable_email>",
"OPENTABLE_PASSWORD": "<your-opentable_password>",
"OPENTABLE_LOCATION": "<opentable_location>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y @striderlabs/mcp-opentable§02 Environment variables
OPENTABLE_EMAILrequired
OpenTable email for authentication
OPENTABLE_PASSWORDrequiredsecret
OpenTable account password
OPENTABLE_LOCATIONDefault location/city for restaurant searches
§03 MCP Quality Score · methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04 Alternatives in Other
agency.lona/trading
agency.lona/trading
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
ABMeter
ai.abmeter/abmeter
Feature flagging and A/B testing platform with AI-first experimentation workflows.
AdAdvisor MCP Server
ai.adadvisor/mcp-server
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.