loading…
Search for a command to run...
loading…
Nutrition Tracker AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Nutrition Tracker AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for nutrition tracker ai mcp operations
Nutrition Tracker Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
log_meal |
Log a meal with foods and serving sizes. Foods are matched against built-in data |
get_daily_summary |
Get a summary of all meals logged today for a user. |
check_nutrient_balance |
Check if today's nutrition is balanced against recommended targets. |
suggest_foods |
Suggest foods high in a specific nutrient, optionally filtered by category. |
get_calorie_estimate |
Estimate calories for a food item. Matches against database or estimates from de |
pip install meok-nutrition-tracker-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"nutrition-tracker-ai": {
"command": "python",
"args": ["-m", "meok_nutrition_tracker_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"nutrition-tracker-ai-mcp": {
"command": "npx",
"args": []
}
}
}