nutrition-tracker-ai-mcp MCP server by MEOK AI Labs
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-csoai-org-nutrition-tracker-ai-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for nutrition tracker ai mcp operations
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in health
MCP server providing seamless access to FHIR APIs for AI tools and healthcare applications
MCP server for Withings health data — sleep, activity, heart, and body metrics.
Manage your Hevy workouts, routines, folders, and exercise templates. Create and update sessions faster, organize plans, and search exercises to build workouts quickly. Stay synced with changes so your training log is always up to date.
MCP server for the ClinicalTrials.gov v2 API. Search trials, retrieve study details and results, and match patients to eligible trials.
MCP Security Weekly
Get CVE alerts and security updates for io.github.CSOAI-ORG/nutrition-tracker-ai-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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