mcpbeat Sign in

Easytable MCP Server

local only

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

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

Installs per day peak 275 · avg 33 · +584% w/w
a month agotoday
487
Installs / week
npm · easytable-mcp
0
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Easytable 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 easytable-mcp -- npx -y easytable-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "easytable-mcp": {
      "args": [
        "-y",
        "easytable-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.easytable-mcp]
command = "npx"
args = ["-y", "easytable-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "easytable-mcp": {
      "args": [
        "-y",
        "easytable-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "easytable-mcp": {
      "args": [
        "-y",
        "easytable-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: EASYTABLE_WS_PORT (Override the fetchproxy WebSocket port (default 37149).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Easytable MCP

same job, measured the same way
Reservations
by tehprof-booking

Remote MCP for TehProf Booking: browse resources & availability, create & cancel reservations.

8 tools answering
Acuity Scheduling
by usefulapi

Read appointments, types, calendars and availability; create, cancel or reschedule bookings.

18 tools answering
Upsalt Booking
by everyways

Search Upsalt venues, check availability, and book, view, or cancel a reservation.

5 tools answering
Kirah Local Services
by kirubel

Discover local services and availability, then create, track, reschedule, or cancel bookings.

10 tools answering
Resy MCP
by chrischall

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

880 installs/wk local only
Panoramic Ireland Booking
by adessoadesso

MCP server for Panoramic Ireland tours. Discover, check availability, and create bookings.

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
Aurinia XO MCP
by auriniaxo

Aurinia XO MCP — booking for a hostel in Kamianets-Podilskyi: check bed availability and reserve.

5 tools answering

Easytable MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Easytable MCP?
Easytable 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 easytable-mcp was installed 487 times last week.
How do I connect Easytable 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 easytable-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Easytable MCP?
The npm package easytable-mcp was installed 487 times in the last week. Week over week that is +584%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Easytable 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.