Booking
Freeby MCP Community
MCP server for restaurant booking with AI-powered recommendations
v1.0.0Added Apr 12, 2026
mcprestaurantbookingaigoogle-maps
Booking MCP Server
MCP server for restaurant booking with AI-powered recommendations
Installation
npx -y @iflow-mcp/mcp-booking
Reviews
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"]
}
}
}