AI Restaurant Phone Receptionist MCP Server - Handles reservations via ElevenLabs voice agent
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"
]
}
}
}
Run in terminal:
claude mcp add restaurant-ai-mcp npx -y stefanogebara/restaurant-ai-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"restaurant-ai-mcp": {
"command": "npx",
"args": [
"-y",
"stefanogebara/restaurant-ai-mcp"
]
}
}
}