MyFitnessPal runs on your own machine — the client starts it, so there is no endpoint to ping. 468 installs a week from pypi. Last commit 27 Jul 2026.
MCP server for MyFitnessPal: log, search, and analyze your food diary.
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.
claude mcp add mfp-mcp -- uvx mfp-mcp
{
"mcpServers": {
"mfp-mcp": {
"args": [
"mfp-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.mfp-mcp]
command = "uvx"
args = ["mfp-mcp"]
{
"mcpServers": {
"mfp-mcp": {
"args": [
"mfp-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mfp-mcp": {
"args": [
"mfp-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.