Opentable runs on your own machine — the client starts it, so there is no endpoint to ping. 46 installs a week from npm. Last commit 21 Apr 2026.
MCP server for OpenTable - let AI agents book restaurant reservations and manage dining autonomously
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add opentable -- npx -y @striderlabs/mcp-opentable
{
"mcpServers": {
"opentable": {
"args": [
"-y",
"@striderlabs/mcp-opentable"
],
"command": "npx"
}
}
}
[mcp_servers.opentable]
command = "npx"
args = ["-y", "@striderlabs/mcp-opentable"]
{
"mcpServers": {
"opentable": {
"args": [
"-y",
"@striderlabs/mcp-opentable"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"opentable": {
"args": [
"-y",
"@striderlabs/mcp-opentable"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.