opentable-mcp
Rank #5,296io.github.chrischall/opentable-mcp
OpenTable reservation management: find slots, book, cancel, list reservations, manage favorites.
opentable-mcp is a Model Context Protocol (MCP) server published by chrischall. It ranks #5,296 of 115,460 servers tracked on MCP Toplist. opentable-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 12 tracked versions. It was first listed on Apr 20, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 110,164 of 115,460 servers on MCP Toplist.
Use opentable-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add opentable-mcp -- npx -y opentable-mcp[mcp_servers.opentable-mcp]
command = "npx"
args = ["-y", "opentable-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"opentable-mcp": {
"command": "npx",
"args": [
"-y",
"opentable-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"opentable-mcp": {
"command": "npx",
"args": [
"-y",
"opentable-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"opentable-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"opentable-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"opentable-mcp": {
"command": "npx",
"args": [
"-y",
"opentable-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"opentable-mcp": {
"command": "npx",
"args": [
"-y",
"opentable-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.chrischall%2Fopentable-mcp)<a href="https://mcptoplist.com/server/io.github.chrischall%2Fopentable-mcp"><img src="https://mcptoplist.com/badge/io.github.chrischall%2Fopentable-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
chrischall
Other servers by chrischall
- OurFamilyWizard MCP#1,944 · 24 vers
- zola-mcp#3,092 · 14 vers
- skylight-mcp#3,741 · 8 vers
- redfin-mcp#4,029 · 10 vers
- gemini-mcp#4,034 · 18 vers
- infinitecampus-mcp#4,047 · 10 vers
- honeybook-mcp#4,230 · 19 vers
- Credit Karma MCP#4,680 · 13 vers
- canvas-parent-mcp#4,892 · 12 vers
- resy-mcp#5,130 · 10 vers
- splitwise-mcp#5,214 · 10 vers
- signupgenius-mcp#5,384 · 9 vers
Available versions (12)
| Version | Published |
|---|---|
| 0.18.0 | Aug 30, 2026 |
| 0.17.0 | Aug 29, 2026 |
| 0.16.6 | Aug 28, 2026 |
| 0.16.5 | Aug 9, 2026 |
| 0.16.4 | Aug 6, 2026 |
| 0.16.3 | Jul 30, 2026 |
| 0.16.2 | Jul 30, 2026 |
| 0.14.2 | Jun 13, 2026 |
| 0.13.0 | May 29, 2026 |
| 0.11.0 | May 27, 2026 |
| 0.10.4 | May 26, 2026 |
| 0.8.0 | May 8, 2026 |
Frequently asked questions
- Who maintains opentable-mcp?
- opentable-mcp is maintained by chrischall, which publishes 71 MCP servers (492 total versions) tracked on MCP Toplist.
- Is opentable-mcp listed on the Official MCP Registry?
- Yes — opentable-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does opentable-mcp have?
- MCP Toplist tracks 12 versions of opentable-mcp, most recently published on Aug 30, 2026.
- Where can I find the source code for opentable-mcp?
- The source code for opentable-mcp is hosted at github.com/chrischall/opentable-mcp.