MyFitnessPal MCP
Related Servers
Alternatives to MyFitnessPal MCP
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceEnables Claude to manage MyFitnessPal food diaries, nutrition goals, exercises, body measurements, and water intake via a remote MCP server using session cookie authentication.182MIT
- FlicenseBqualityDmaintenanceEnables retrieval and analysis of MyFitnessPal nutrition data including daily summaries, meal breakdowns, exercise tracking, and macro/micronutrient analysis. Uses browser cookie authentication to access your personal MyFitnessPal account data through natural language queries.6-
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to read and write MyFitnessPal data, including food diary, exercises, body measurements, nutrition goals, and water intake.MIT
- AlicenseNot gradedqualityAmaintenanceConnect MyFitnessPal to Claude or any MCP client. Log meals, search food database with macros, track trends, and export nutrition history against your real MyFitnessPal diary.137 PyPI13MIT
- AlicenseCqualityCmaintenanceEnables programmatic access to Fitatu nutrition tracking via MCP tools for login, food search, product lookup, daily nutrition read, and adding entries.9MIT
- AlicenseNot gradedqualityBmaintenanceEnables MCP clients like Codex and Claude Code to securely read and manage a personal Cronometer account, including food logs, nutrient summaries with missing-data awareness, food search, biometrics, and export analysis.MIT
TDQS
Scored across 33 tools
Most tools target distinct resources (diary, foods, meals, exercises, water, measurements, goals, fasting), and descriptions are detailed enough to prevent confusion. A few near-boundary pairs exist—mfp_set_goals vs mfp_set_nutrient_goals and mfp_create_meal vs mfp_create_recipe vs mfp_create_custom_food—but their descriptions clarify the differences.
The overwhelming majority follow the mfp_verb_noun pattern with clear verbs like get, set, create, delete, log, and search. Minor deviations include refresh_browser_cookies (no mfp_ prefix) and bulkier constructions like mfp_add_food_to_diary / mfp_remove_food_from_diary and the slightly odd mfp_bulk_log, but the overall pattern remains predictable.
At 33 tools, this server exceeds the 25+ threshold that indicates a bloated surface, even for a broad fitness-tracking domain. The toolset covers many features, but the count is heavy and includes legacy-tagged tools, settings tweaks, and maintenance operations that could likely be consolidated.
The server offers unusually deep coverage: diary CRUD, custom food CRUD, meals, recipes, exercises, water, measurements, goals, and fasting. Minor gaps exist—diary entries can be added/removed but not updated in place, and fasting entries cannot be listed—but agents can work around these in most workflows.