restaurant-ai-mcp

stefanogebara/restaurant-ai-mcp
★ 2 stars JavaScript 🤖 AI/LLM Updated 1d ago
AI Restaurant Phone Receptionist MCP Server - Handles reservations via ElevenLabs voice agent
View on GitHub →

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"
      ]
    }
  }
}