📦
io.github.CSOAI-ORG/restaurant-ai-mcp
MCP server for restaurant ai. Features optimize menu, calculate food cost, manage reservatio...
0 installs
Trust: 37 — Low
Maps
Ask AI about io.github.CSOAI-ORG/restaurant-ai-mcp
Powered by Claude · Grounded in docs
I know everything about io.github.CSOAI-ORG/restaurant-ai-mcp. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Overview
Restaurant AI MCP Server - Hospitality Intelligence Built by MEOK AI Labs | https://meok.ai
Menu optimization, food cost calculation, reservation management, review analysis, and allergen checking.
Tools
| Tool | Description |
|---|---|
optimize_menu | Analyze and optimize a menu for profitability. |
calculate_food_cost | Calculate food cost for a dish from ingredients. |
manage_reservation | Manage restaurant reservations - create, view, cancel. |
analyze_reviews | Analyze customer reviews for sentiment, themes, and actionable insights. |
check_allergens | Check dish ingredients against common allergen categories. |
Installation
pip install meok-restaurant-ai-mcp
Usage with Claude Desktop
Add to your Claude Desktop MCP config:
{
"mcpServers": {
"restaurant-ai": {
"command": "python",
"args": ["-m", "meok_restaurant_ai_mcp.server"]
}
}
}
License
MIT © MEOK AI Labs
