Home › Other › MyFitnessPal

MyFitnessPal

MCP server for MyFitnessPal: log, search, and analyze your food diary.

Python
★ 17 stars Last pushed 2026-09-16 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.3.0)

uvx mfp-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "myfitnesspal-mcp": {
      "command": "uvx",
      "args": [
        "mfp-mcp"
      ],
      "env": {
        "MFP_COOKIE": "<YOUR_VALUE>",
        "MFP_USERNAME": "<YOUR_VALUE>"
      }
    }
  }
}
  • MFP_COOKIE secret — MyFitnessPal session cookie (optional; 'mfp-mcp auth' is the guided alternative)
  • MFP_USERNAME — MyFitnessPal username; only needed if MFP's profile lookup fails for your account

Related servers

Data from the Official MCP Registry