
Opentable Mcp
Let your coding agent find OpenTable slots, book or cancel reservations, list upcoming visits, and manage favorites without manual app switching.
Overview
OpenTable MCP is a Build/integrations MCP server that lets Claude find slots, book and cancel OpenTable reservations, list visits, and manage favorites.
What is this MCP server?
- Find available OpenTable time slots from natural-language requests
- Book and cancel reservations through MCP tools
- List existing reservations for planning and follow-up
- Manage favorite restaurants inside the agent workflow
- stdio npm opentable-mcp v0.9.2 for local MCP hosts
- Package version 0.9.2
- Transport: stdio
- Registry identifier: opentable-mcp (npm)
What problem does it solve?
Restaurant booking means leaving your agent context to fight the OpenTable app or website for slots and reservation changes.
Who is it for?
Agent-first builders who frequently schedule meals on OpenTable and want hands-free slot search and reservation housekeeping in Claude or Cursor.
Skip if: Restaurants building their own booking stack, teams needing OpenTable’s enterprise APIs, or users who rarely dine out via OpenTable.
What do I get? / Deliverables
After registering opentable-mcp, your agent can run OpenTable search, book, cancel, list, and favorites operations as MCP tool calls.
- Local stdio MCP server exposing OpenTable search and booking tools
- Agent workflows for cancel, reservation list, and favorites maintenance
- Repeatable reservation actions from coding sessions without app context switches
Recommended MCP Servers
Journey fit
This is an external-service MCP hook you wire into your agent stack during build—not a launch or growth marketing tool. Reservation tools are classic third-party integrations that extend what Claude can do in dev and personal ops threads.
How it compares
Consumer reservation MCP integration, not a hospitality SaaS backend or calendar skill.
Common Questions / FAQ
Who is opentable-mcp for?
Developers using Claude Code or Cursor who want OpenTable slot search, booking, cancellation, reservation lists, and favorites driven by MCP tools.
When should I use opentable-mcp?
Use it when you are wiring personal or team agent workflows during build and want OpenTable actions without context-switching to the mobile app.
How do I add opentable-mcp to my agent?
Install opentable-mcp from npm, declare it as a stdio MCP server in your client config, complete any login steps documented in the GitHub repo, and restart the host.