MyFitnessPal for Grok
io.github.mason-levyy/mfp-mcp
MCP server for MyFitnessPal: log, search, and analyze your food diary.
client:Grok
transport:stdio
runtime:pypi
Install MyFitnessPal in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mfp-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mfp-mcp"
],
"env": {
"MFP_COOKIE": "<MFP_COOKIE>",
"MFP_USERNAME": "<MFP_USERNAME>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs