Skip to content
Zed

MyFitnessPal for Zed

io.github.mason-levyy/mfp-mcp

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

client:Zed transport:stdio runtime:pypi

Install MyFitnessPal in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

MyFitnessPal in other clients