Odel
MyFitnessPal

MyFitnessPal

Local
@mason-levyy9PythonMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImfp-mcpv0.3.0

Run

uvx mfp-mcp

MCP client config

{
  "mcpServers": {
    "myfitnesspal": {
      "command": "uvx",
      "args": [
        "mfp-mcp"
      ]
    }
  }
}