Connects to Cronometer's mobile REST API (the same endpoints the Android app uses) to expose nutrition tracking operations through MCP tools. You get diary reads with meal breakdowns, daily macro and micronutrient totals, nutrition confidence scores, food database search, and write operations like logging servings or creating custom foods. Also surfaces fasting history and macro target schedules. Built by reverse engineering the mobile API via static analysis and traffic interception, so it works with clean JSON payloads instead of the web app's GWT-RPC protocol. Useful when you want Claude to log meals, analyze nutrition patterns, or pull historical tracking data without switching to the Cronometer UI.
claude mcp add --transport stdio rwestergren-cronometer-api-mcp uvx cronometer-api-mcp