MyFitnessPal for Cursor
io.github.mason-levyy/mfp-mcp
MCP server for MyFitnessPal: log, search, and analyze your food diary.
client:Cursor
transport:stdio
runtime:pypi
Install MyFitnessPal in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mfp-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mfp-mcp"
],
"env": {
"MFP_COOKIE": "<MFP_COOKIE>",
"MFP_USERNAME": "<MFP_USERNAME>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs