loading…
Search for a command to run...
loading…
Meal Planner AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Meal Planner AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Meal Planner Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
plan_meals |
Generate a meal plan for the specified diet type and calorie target. |
calculate_macros |
Calculate macronutrient totals for a list of meal names. |
generate_shopping_list |
Generate a consolidated shopping list for a meal plan. |
suggest_substitutes |
Suggest ingredient substitutes for dietary restrictions, allergies, or preferenc |
pip install meok-meal-planner-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"meal-planner-ai": {
"command": "python",
"args": ["-m", "meok_meal_planner_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"meal-planner-ai-mcp": {
"command": "npx",
"args": []
}
}
}