Skip to content
Cursor

MyFitnessPal for Cursor

io.github.mason-levyy/mfp-mcp

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

client:Cursor transport:stdio runtime:pypi

Install MyFitnessPal in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MyFitnessPal in other clients