Command Palette

Search for a command to run...

UnylyUnyly
Browse all

easyTable

FreeNot checked

Provides easyTable restaurant reservation tools for AI agents, including availability search and booking management.

GitHubEmbed

About

Provides easyTable restaurant reservation tools for AI agents, including availability search and booking management.

README

An MCP server for easyTable restaurant reservations. easyTable is a restaurant table-booking system with a public per-restaurant widget at https://book.easytable.com/book/?id=<restaurantId>.

Every request rides the user's own signed-in, Cloudflare-cleared book.easytable.com browser tab via the @fetchproxy/server bridge — the site blocks server-side requests, and there is no login (the restaurant is identified by its id).

This project was developed and is maintained by AI (Claude Code). Use at your own discretion.

Tools

Tool Kind
easytable_list_types read — bookable areas/types for a restaurant
easytable_list_dates read — bookable dates for an area + party size
easytable_list_times read — available time slots
easytable_find_bookings read — look up bookings by phone number
easytable_create_booking write (confirm-gated) — make a reservation
easytable_modify_booking write (confirm-gated) — change a reservation
easytable_cancel_booking write (confirm-gated) — cancel a reservation
easytable_healthcheck read — bridge connection status

Writes are confirm-gated: without confirm: true they return a dry-run preview and make no network call.

Setup

  1. Install the fetchproxy browser extension.
  2. Open a booking widget in Chrome: https://book.easytable.com/book/?id=<id> and let it finish loading.
  3. The first tool call prints a one-time pair code to approve in the extension.

create and modify additionally read the widget's Cloudflare Turnstile token from the loaded confirm step, so a booking-widget tab must be open when you confirm one.

Development

npm install
npm run build
npm test

See docs/EASYTABLE-API.md for the reverse-engineered request/response shapes and CLAUDE.md for architecture notes.

License

MIT

from github.com/chrischall/easytable-mcp

Install easyTable in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install easytable

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add easytable -- npx -y easytable-mcp

Step-by-step: how to install easyTable

FAQ

Is easyTable MCP free?

Yes, easyTable MCP is free — one-click install via Unyly at no cost.

Does easyTable need an API key?

No, easyTable runs without API keys or environment variables.

Is easyTable hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install easyTable in Claude Desktop, Claude Code or Cursor?

Open easyTable on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare easyTable with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs