73
/ 100
2 days ago
glama

MyFitnessPal MCP Server

Enables Claude to manage MyFitnessPal food diaries, nutrition goals, exercises, body measurements, and water intake via a remote MCP server using session cookie authentication.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
17 tools verified — handlers match their declared behaviour
11 read-only tools verified — handlers contain no write/delete/exec
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configMFP_FIREFOX_PROFILE_DIR/profile (Docker) Firefox profile dir (or parent dir of profiles) containing cookies.sqlite with a logged-in MFP session
configMFP_COOKIES_FILE2. JSON cookies file: pointing at {"cookies": {name: value}} (AdamWalt's ~/.mfp_mcp/cookies.json format) or a plain {name: value} dict.
configMCP_TRANSPORTstdio (streamable-http in Docker) Transport: stdio or streamable-http
configMCP_ALLOWED_HOSTSComma-separated allowed Host headers (reverse proxy domains). Enables DNS-rebinding protection; if unset, protection is disabled in HTTP mode
configMCP_OAUTH_PASSCODEShared passcode for the OAuth login page (remote connectors). Omit for unauthenticated LAN-only use
configMCP_RESOURCE_URLExact public URL clients use (no path), e.g. https://mfp.example.com. Required together with the passcode
configMCP_HOST127.0.0.1 (0.0.0.0 in Docker) Bind address for HTTP mode
configMCP_PORT8000 Port for HTTP mode
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 1 concrete improvement we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/delize-myfitness-mcp-1n856s)](https://m8ven.ai/mcp/delize-myfitness-mcp-1n856s)
commit: 488de237954e9df3b5d6579bd79668baf3d80be2
code hash: aa2814f3902d5c7bb081f8ec0488bf28a0c93c886ed432bbc9ae795cb642327b
verified: 7/5/2026, 9:02:00 AM
view raw JSON →