Skip to content
Grok

cronometer api mcp for Grok

io.github.rwestergren/cronometer-api-mcp

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

client:Grok transport:stdio runtime:pypi

Install cronometer api mcp in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "cronometer-api-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

cronometer api mcp in other clients