cronometer api mcp for Cline
io.github.rwestergren/cronometer-api-mcp
MCP server for Cronometer nutrition tracking — food logs, diary, macros, fasting
client:Cline
transport:stdio
runtime:pypi
Install cronometer api mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"cronometer-api-mcp": {
"command": "uvx",
"args": [
"cronometer-api-mcp"
],
"env": {
"CRONOMETER_USERNAME": "<CRONOMETER_USERNAME>",
"CRONOMETER_PASSWORD": "<CRONOMETER_PASSWORD>",
"CRONOMETER_TOTP_SECRET": "<CRONOMETER_TOTP_SECRET>",
"CRONOMETER_ACCOUNT_TZ": "<CRONOMETER_ACCOUNT_TZ>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs