Loading MCP server directory, please wait...
MCP server for Cronometer — food logs, macros, and micronutrient tracking
npx @getmcp/cli add io.github.cphoskins/cronometerRequires 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.cphoskins/cronometer": {
"command": "uvx",
"args": [
"cronometer-mcp"
],
"env": {
"CRONOMETER_USERNAME": "",
"CRONOMETER_PASSWORD": "",
"CRONOMETER_DATA_DIR": ""
}
}
}
}