restaurant-ai-mcp

stefanogebara/restaurant-ai-mcp
★ 2 stars JavaScript AI/LLM Updated 1mo ago
AI Restaurant Phone Receptionist MCP Server - Handles reservations via ElevenLabs voice agent
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "restaurant-ai-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "stefanogebara/restaurant-ai-mcp"
      ]
    }
  }
}