Odel
cronometer api mcp

cronometer api mcp

Local
@rwestergren45PythonMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIcronometer-api-mcpv0.2.2

Run

uvx cronometer-api-mcp

MCP client config

{
  "mcpServers": {
    "cronometer-api-mcp": {
      "command": "uvx",
      "args": [
        "cronometer-api-mcp"
      ]
    }
  }
}