Loading MCP server directory, please wait...
MCP server for Cronometer nutrition tracking — food logs, diary, macros, fasting
npx @getmcp/cli add io.github.rwestergren/cronometer-api-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
CRONOMETER_USERNAMEYour Cronometer account email
CRONOMETER_PASSWORDYour Cronometer account password
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.rwestergren/cronometer-api-mcp": {
"command": "uvx",
"args": [
"cronometer-api-mcp"
],
"env": {
"CRONOMETER_USERNAME": "",
"CRONOMETER_PASSWORD": ""
}
}
}
}