mcpbeat Sign in

Opentable MCP Server

local only

Opentable MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 599 installs a week from npm. Last commit 15 Sep 2026.

OpenTable reservation management: find slots, book, cancel, list reservations, manage favorites.

Installs per day peak 236 · avg 44 · +225% w/w
a month agotoday
599
Installs / week
npm · opentable-mcp
0
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Opentable MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add opentable-mcp -- npx -y opentable-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "opentable-mcp": {
      "args": [
        "-y",
        "opentable-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.opentable-mcp]
command = "npx"
args = ["-y", "opentable-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "opentable-mcp": {
      "args": [
        "-y",
        "opentable-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "opentable-mcp": {
      "args": [
        "-y",
        "opentable-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Opentable MCP

same job, measured the same way
Resy MCP
by chrischall

Resy reservation management — search, book, cancel, favorites, and Priority Notify for Claude

880 installs/wk local only
Opentable
by markswendsen-code

MCP server for OpenTable - let AI agents book restaurant reservations and manage dining autonomously

48 installs/wk local only
URL Manager MCP
by piccolo123

Agent-first bookmark management with auto-registration, categories, tags, and shared collections.

93 installs/wk local only
Booking
by seatswiper

Book hard-to-get restaurant reservations on your own Resy, SevenRooms, or OpenTable account.

answering
Jira Alerts (JSM Operations)
by rrvrs

MCP server for Jira Service Management Operations — alerts, on-call schedules and responders

436 installs/wk local only
Spotify Bulk Actions MCP
by khglynn

MCP server for bulk Spotify operations - batch playlist creation, exports, management

50 installs/wk local only
Easytable MCP
by chrischall

easyTable restaurant reservations for Claude — availability, and create/modify/cancel bookings

487 installs/wk local only
1stay
by stayker

Hotel booking MCP server. Search, book, and manage reservations across 250K+ properties worldwide.

8 tools answering

Opentable MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Opentable MCP?
Opentable MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package opentable-mcp was installed 599 times last week.
How do I connect Opentable MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls opentable-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Opentable MCP?
The npm package opentable-mcp was installed 599 times in the last week. Week over week that is +225%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Opentable MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.