Skip to content

Booking

Free

by MCP Community

MCP server for restaurant booking with AI-powered recommendations

v1.0.0Added Apr 12, 2026
mcprestaurantbookingaigoogle-maps
Works with:ClaudeGPTGeminiCopilot

Booking MCP Server

MCP server for restaurant booking with AI-powered recommendations

Installation

npx -y @iflow-mcp/mcp-booking

Reviews

Leave a Review

Installation

Quick install
npx -y @iflow-mcp/mcp-booking
Add to claude_desktop_config.json
{
  "mcpServers": {
    "booking": {
      "command": "npx",
      "args": ["-y", "@iflow-mcp/mcp-booking"]
    }
  }
}