Skip to content
Cline

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

cronometer api mcp in other clients