opentable for Grok
io.github.markswendsen-code/opentable
MCP server for OpenTable - let AI agents book restaurant reservations and manage dining autonomously
client:Grok
transport:stdio
runtime:npm
Install opentable in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"opentable": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-opentable"
],
"env": {
"OPENTABLE_EMAIL": "<OPENTABLE_EMAIL>",
"OPENTABLE_PASSWORD": "<OPENTABLE_PASSWORD>",
"OPENTABLE_LOCATION": "<OPENTABLE_LOCATION>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs