PluginBench
MCP Server

io.github.nicklasmenschel/gerezi-mcp MCP Server

io.github.nicklasmenschel/gerezi-mcp

What is the io.github.nicklasmenschel/gerezi-mcp MCP server?

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

How to install io.github.nicklasmenschel/gerezi-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • GEREZI_API_KEY
    required
    secret

    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".

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gerezi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@gerezi/mcp"
      ],
      "env": {
        "GEREZI_API_KEY": "<YOUR_GEREZI_API_KEY>",
        "GEREZI_API_URL": "<YOUR_GEREZI_API_URL>",
        "GEREZI_RESTAURANT_SLUG": "<YOUR_GEREZI_RESTAURANT_SLUG>",
        "GEREZI_MCP_PHASE": "<YOUR_GEREZI_MCP_PHASE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "gerezi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@gerezi/mcp"
      ],
      "env": {
        "GEREZI_API_KEY": "<YOUR_GEREZI_API_KEY>",
        "GEREZI_API_URL": "<YOUR_GEREZI_API_URL>",
        "GEREZI_RESTAURANT_SLUG": "<YOUR_GEREZI_RESTAURANT_SLUG>",
        "GEREZI_MCP_PHASE": "<YOUR_GEREZI_MCP_PHASE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "gerezi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@gerezi/mcp"
      ],
      "env": {
        "GEREZI_API_KEY": "<YOUR_GEREZI_API_KEY>",
        "GEREZI_API_URL": "<YOUR_GEREZI_API_URL>",
        "GEREZI_RESTAURANT_SLUG": "<YOUR_GEREZI_RESTAURANT_SLUG>",
        "GEREZI_MCP_PHASE": "<YOUR_GEREZI_MCP_PHASE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "gerezi-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@gerezi/mcp"
      ],
      "env": {
        "GEREZI_API_KEY": "<YOUR_GEREZI_API_KEY>",
        "GEREZI_API_URL": "<YOUR_GEREZI_API_URL>",
        "GEREZI_RESTAURANT_SLUG": "<YOUR_GEREZI_RESTAURANT_SLUG>",
        "GEREZI_MCP_PHASE": "<YOUR_GEREZI_MCP_PHASE>"
      }
    }
  }
}
Claude Code
claude mcp add gerezi-mcp --env GEREZI_API_KEY=<YOUR_GEREZI_API_KEY> --env GEREZI_API_URL=<YOUR_GEREZI_API_URL> --env GEREZI_RESTAURANT_SLUG=<YOUR_GEREZI_RESTAURANT_SLUG> --env GEREZI_MCP_PHASE=<YOUR_GEREZI_MCP_PHASE> -- npx -y @gerezi/mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →