mcpbeat Sign in

Gerezi MCP Server

by nicklasmenschel Your server? Claim it
local only

Gerezi MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm.

Manage restaurant bookings via Claude — read covers, find guests, move tables, send wedding quotes.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 16 · avg 4 · +220% w/w
a month agotoday
32
Installs / week
npm · @gerezi/mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 gerezi-mcp -- npx -y @gerezi/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gerezi-mcp": {
      "args": [
        "-y",
        "@gerezi/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gerezi-mcp]
command = "npx"
args = ["-y", "@gerezi/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "gerezi-mcp": {
      "args": [
        "-y",
        "@gerezi/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gerezi-mcp": {
      "args": [
        "-y",
        "@gerezi/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GEREZI_API_KEY (Your Gerezi API key (tbl_live_*). Get one from https://www.gerezi.com/settings/api-keys), GEREZI_API_URL (Gerezi API base URL. Defaults to https://www.gerezi.com — only override for self-hosted Gerezi installs.), GEREZI_RESTAURANT_SLUG (Optional restaurant slug for logging context. The API key already scopes the request to your restaurant.), GEREZI_MCP_PHASE (Which tool surface to expose. "1" = read-only (5 tools). "2" = read+write (15 tools, includes booking creation, cancellation, quotes). Defaults to "1".). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Gerezi MCP

same job, measured the same way
Easytable MCP
by chrischall

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

487 installs/wk local only
Gogcli MCP
by chrischall

Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets

341 installs/wk local only
Zola MCP
by chrischall

Zola wedding planning for Claude — vendors, budget, guests, seating, registry, and RSVPs

545 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
Mcpgo
by jschoemaker

Manage your Claude Code MCPs by talking to Claude — list, restart, wrap, and more.

52 installs/wk local only
Qmailing
by qmailing

AI agents read & send email, manage mailboxes, domains and webhooks via the QMailing API.

67 installs/wk answering
Timezest MCP
by sagarkalra-tech

MCP Server for TimeZest: manage appointments, pending requests, and ticket schedules in Claude.

40 installs/wk local only
Better Bear
by mreider

MCP server for Bear notes — read, search, create, edit, tag, and manage notes via CloudKit

127 installs/wk local only

Gerezi MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Gerezi MCP?
Gerezi 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 @gerezi/mcp was installed 32 times last week.
Is Gerezi MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Gerezi 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 @gerezi/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Gerezi MCP?
The npm package @gerezi/mcp was installed 32 times in the last week. Week over week that is +220%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.