MyFitnessPal MCP Server
Related Servers
Alternatives to MyFitnessPal MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceEnables AI assistants to interact with MyFitnessPal data including food diary, exercises, body measurements, nutrition goals, and water intake through natural language.2057MIT
- 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
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to read and write MyFitnessPal data, including food diary, exercises, body measurements, nutrition goals, and water intake.MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to read and log MyFitnessPal nutrition data, including tracking calories, macros, searching foods, and adding meals through natural conversation.711 npmMIT
- AlicenseAqualityCmaintenanceEnables reading and writing MyFitnessPal data—including food diary entries, custom foods, saved meals, recipes, exercise, measurements, water, and nutrition goals—through 33 MCP tools using your existing browser session for authentication.33MIT
- 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
TDQS
Scored across 6 tools
The tools have clear distinctions in their data focus (exercise, macros, meals, summary, date range, water), but there is significant functional overlap between get_daily_summary and the more specific tools like get_daily_macros or get_daily_meals, which could lead to confusion about which to use for certain queries. The descriptions help clarify, but the boundaries are not perfectly distinct.
All tool names follow a consistent verb_noun pattern with 'get_' as the prefix, followed by descriptive nouns (e.g., get_daily_exercise, get_daily_macros). This uniformity makes the tool set predictable and easy to understand at a glance.
With 6 tools, the count is reasonable for a fitness tracking domain, covering key aspects like daily data, summaries, and date ranges. It's slightly lean but well-scoped, though it might benefit from additional tools for actions like logging or updating data.
The tool set is severely incomplete as it only provides read-only operations (all 'get_' tools) with no ability to create, update, or delete data. For a fitness app like MyFitnessPal, this misses essential CRUD functionality such as logging meals, exercises, or water intake, which are core to the domain.