MyFitnessPal
Rank #4,367io.github.Mason-Levyy/mfp-mcp
MCP server for MyFitnessPal: log, search, and analyze your food diary.
MyFitnessPal is a Model Context Protocol (MCP) server published by mason-levyy. It ranks #4,367 of 132,046 servers tracked on MCP Toplist, and its repository has 14 GitHub stars. MyFitnessPal is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Jul 9, 2026 and most recently updated on Jul 27, 2026.
Ranks ahead of 127,679 of 132,046 servers on MCP Toplist.
Use MyFitnessPal
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mfp-mcp -e "MFP_COOKIE=<your MFP_COOKIE>" -e "MFP_USERNAME=<your MFP_USERNAME>" -- uvx mfp-mcpReplace each placeholder with your own value before saving.
[mcp_servers.mfp-mcp]
command = "uvx"
args = ["mfp-mcp"]
[mcp_servers.mfp-mcp.env]
MFP_COOKIE = "<your MFP_COOKIE>"
MFP_USERNAME = "<your MFP_USERNAME>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mfp-mcp": {
"command": "uvx",
"args": [
"mfp-mcp"
],
"env": {
"MFP_COOKIE": "<your MFP_COOKIE>",
"MFP_USERNAME": "<your MFP_USERNAME>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mfp-mcp": {
"command": "uvx",
"args": [
"mfp-mcp"
],
"env": {
"MFP_COOKIE": "<your MFP_COOKIE>",
"MFP_USERNAME": "<your MFP_USERNAME>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mfp-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mfp-mcp"
],
"env": {
"MFP_COOKIE": "<your MFP_COOKIE>",
"MFP_USERNAME": "<your MFP_USERNAME>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mfp-mcp": {
"command": "uvx",
"args": [
"mfp-mcp"
],
"env": {
"MFP_COOKIE": "<your MFP_COOKIE>",
"MFP_USERNAME": "<your MFP_USERNAME>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mfp-mcp": {
"command": "uvx",
"args": [
"mfp-mcp"
],
"env": {
"MFP_COOKIE": "<your MFP_COOKIE>",
"MFP_USERNAME": "<your MFP_USERNAME>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Mason-Levyy%2Fmfp-mcp)<a href="https://mcptoplist.com/server/io.github.Mason-Levyy%2Fmfp-mcp"><img src="https://mcptoplist.com/badge/io.github.Mason-Levyy%2Fmfp-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
mason-levyy
Available versions (4)
| Version | Published |
|---|---|
| 0.3.0 | Jul 27, 2026 |
| 0.2.1 | Jul 26, 2026 |
| 0.2.0 | Jul 9, 2026 |
| 0.1.3 | Jul 9, 2026 |
Frequently asked questions
- Who maintains MyFitnessPal?
- MyFitnessPal is maintained by mason-levyy, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is MyFitnessPal listed on the Official MCP Registry?
- Yes — MyFitnessPal is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MyFitnessPal have?
- MCP Toplist tracks 4 versions of MyFitnessPal, most recently published on Jul 27, 2026.
- Where can I find the source code for MyFitnessPal?
- The source code for MyFitnessPal is hosted at github.com/mason-levyy/myfitnesspal-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.