Skip to content
Cline

MyFitnessPal for Cline

io.github.mason-levyy/mfp-mcp

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

client:Cline transport:stdio runtime:pypi

Install MyFitnessPal in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mfp-mcp": {
      "command": "uvx",
      "args": [
        "mfp-mcp"
      ],
      "env": {
        "MFP_COOKIE": "<MFP_COOKIE>",
        "MFP_USERNAME": "<MFP_USERNAME>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

MyFitnessPal in other clients