Loading MCP server directory, please wait...
Manage restaurant bookings via Claude — read covers, find guests, move tables, send wedding quotes.
npx @getmcp/cli add io.github.nicklasmenschel/gerezi-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
GEREZI_API_KEYYour Gerezi API key (tbl_live_*). Get one from https://www.gerezi.com/settings/api-keys
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.nicklasmenschel/gerezi-mcp": {
"command": "npx",
"args": [
"-y",
"@gerezi/mcp"
],
"env": {
"GEREZI_API_KEY": "",
"GEREZI_API_URL": "https://www.gerezi.com",
"GEREZI_RESTAURANT_SLUG": "",
"GEREZI_MCP_PHASE": "1"
}
}
}
}