Enables Claude to manage MyFitnessPal food diaries, nutrition goals, exercises, body measurements, and water intake via a remote MCP server using session cookie authentication.
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.
process.env. You'll be asked to provide them before it can run.MFP_FIREFOX_PROFILE_DIR— /profile (Docker) Firefox profile dir (or parent dir of profiles) containing cookies.sqlite with a logged-in MFP sessionMFP_COOKIES_FILE— 2. JSON cookies file: pointing at {"cookies": {name: value}} (AdamWalt's ~/.mfp_mcp/cookies.json format) or a plain {name: value} dict.MCP_TRANSPORT— stdio (streamable-http in Docker) Transport: stdio or streamable-httpMCP_ALLOWED_HOSTS— Comma-separated allowed Host headers (reverse proxy domains). Enables DNS-rebinding protection; if unset, protection is disabled in HTTP modeMCP_OAUTH_PASSCODE— Shared passcode for the OAuth login page (remote connectors). Omit for unauthenticated LAN-only useMCP_RESOURCE_URL— Exact public URL clients use (no path), e.g. https://mfp.example.com. Required together with the passcodeMCP_HOST— 127.0.0.1 (0.0.0.0 in Docker) Bind address for HTTP modeMCP_PORT— 8000 Port for HTTP mode[](https://m8ven.ai/mcp/delize-myfitness-mcp-1n856s)