mcpbeat Sign in

MyFitnessPal MCP Server

by mason-levyy Your server? Claim it
local only

MyFitnessPal runs on your own machine — the client starts it, so there is no endpoint to ping. 226 installs a week from pypi. Last commit 16 Sep 2026.

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

Installs per day peak 86 · avg 46 · -27% w/w
a month agotoday
226
Installs / week
pypi · mfp-mcp
13
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check MyFitnessPal every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mfp-mcp -- uvx mfp-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mfp-mcp": {
      "args": [
        "mfp-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mfp-mcp]
command = "uvx"
args = ["mfp-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mfp-mcp": {
      "args": [
        "mfp-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mfp-mcp": {
      "args": [
        "mfp-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: MFP_COOKIE (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). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MyFitnessPal

same job, measured the same way
Localplate MCP
by daniel-cherny

LocalPlate MCP for verified restaurant nutrition, food search, diary logs, and Plato guidance.

answering
Lgl MCP Server
by willheadlee

MCP server for Little Green Light CRM. Search donors, log gifts, manage groups and contacts.

22 installs/wk local only
Appsignal
by pulsemcp

MCP server for AppSignal — get alert details, search logs, and retrieve logs within time ranges.

96 installs/wk local only
Cronometer API MCP
by rwestergren

MCP server for Cronometer nutrition tracking — food logs, diary, macros, fasting

519 installs/wk local only
Alertlogic MCP
by rijul170

MCP server for Alert Logic MDR — incident response, log search, SOAR, and SOC workflows

64 installs/wk local only
Fly Io
by pulsemcp

MCP server for managing Fly.io machines, apps, logs, and Docker images.

65 installs/wk local only
Journald MCP Server
by james116blue

Incident forensic with log files analyzing

50 installs/wk local only
Dynatrace Managed MCP
by dynatrace-oss

MCP server for Dynatrace Managed to access logs, events, and metrics.

602 installs/wk local only

MyFitnessPal — questions

Answers built from our own checks of this server.

Why is there no uptime for MyFitnessPal?
MyFitnessPal runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mfp-mcp was installed 226 times last week.
How do I connect MyFitnessPal?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mfp-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use MyFitnessPal?
The pypi package mfp-mcp was installed 226 times in the last week. Week over week that is -27%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MyFitnessPal open source?
Yes — it is published under the MIT licence, written in Python and 13 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.