Home › Other › cronometer-api-mcp

cronometer-api-mcp

MCP server for Cronometer nutrition tracking — food logs, diary, macros, fasting

Python
★ 55 stars Last pushed 2026-09-24 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.2.4)

uvx cronometer-api-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "cronometer-api-mcp": {
      "command": "uvx",
      "args": [
        "cronometer-api-mcp"
      ],
      "env": {
        "CRONOMETER_USERNAME": "<YOUR_VALUE>",
        "CRONOMETER_PASSWORD": "<YOUR_VALUE>",
        "CRONOMETER_TOTP_SECRET": "<YOUR_VALUE>",
        "CRONOMETER_ACCOUNT_TZ": "<YOUR_VALUE>"
      }
    }
  }
}
  • CRONOMETER_USERNAME required — Your Cronometer account email
  • CRONOMETER_PASSWORD required secret — Your Cronometer account password
  • CRONOMETER_TOTP_SECRET secret — Base32 key for accounts with two-factor authentication
  • CRONOMETER_ACCOUNT_TZ — Optional IANA timezone override, for example America/Los_Angeles

Related servers

Data from the Official MCP Registry