Cronometer API MCP

An MCP (Model Context Protocol) server for Cronometer nutrition tracking, built on the reverse-engineered mobile REST API. Its 15 documented tools cover food, nutrition, entry, day. It runs locally over stdio via the published package.

People connecting API integration tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 44 · #18 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Cronometer API MCP

before you install - you'll need

Set CRONOMETER_USERNAME, CRONOMETER_PASSWORD, CRONOMETER_ACCOUNT_TZ before connecting.

Claude Code

claude mcp add rwestergren-cronometer-api-mcp -- uvx cronometer-api-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package cronometer-api-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.rwestergren is GitHub-verified and matches the repo owner

03 · What Cronometer API MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can search the Cronometer food database by name, log a food serving to the diary, remove one or more diary entries, and create a custom food with specified nutrition.

Capability map

Tools grouped from the project's README - what Cronometer API MCP lets an agent do.

Food

5 tools - e.g. Diary entries for a date, each enriched with food name, source, serving measure/count, and that food's per-entry nutrient contribution, plus an energy_summary (; Full nutrition profile and serving sizes…

get_food_log · get_food_details · add_food_entry · remove_food_entry · add_custom_food

read & search

4 tools - e.g. Consumed macro and micronutrient totals for every nutrient tracked in Cronometer; Category scores (Vitamins, Minerals, etc.) with per-nutrient consumed amounts and confidence levels; Search the Cronometer…

get_daily_nutrition · get_nutrition_scores · search_foods · get_macro_targets

Fasting

2 tools - e.g. Fasting history within a date range; Aggregate fasting statistics

get_fasting_history · get_fasting_stats

Biometrics

2 tools - e.g. List trackable biometric metrics and their units; Biometric time series (e.g. weight, body fat) within a date range

list_biometrics · get_biometrics

Copy

1 tool - e.g. Copy all entries from the previous day

copy_day

Mark

1 tool - e.g. Mark a diary day as complete or incomplete

mark_day_complete

Latest releases

v0.2.1 · 2026-08-09

v0.2.0 · 2026-08-03

v0.1.12 · 2026-08-02

04 · Who maintains Cronometer API MCP

cronometer-api-mcp is maintained by rwestergren. We track 4 MCP servers from rwestergren - 4 actively maintained, 56 combined GitHub stars, oldest repo from Apr 2026. Full record: all servers from rwestergren.

  1. inbody-api-mcp MCP server for InBody body-composition data - scans, body fat, muscle mass, body water ★ 5
  2. rachio-mcp MCP server for Rachio sprinkler controllers - schedules, zones, and live watering control ★ 7

05 · Facts

category
API integration - ranked #18 of 250 actively-maintained API integration servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-09)
registry
io.github.rwestergren/cronometer-api-mcp (active, first published 2026-04-18 · 13 versions)
packages
pypi:cronometer-api-mcp

06 · Cronometer API MCP FAQ

Is Cronometer API MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

What can Cronometer API MCP do?

With this server connected, an agent can search the Cronometer food database by name, log a food serving to the diary, remove one or more diary entries, and create a custom food with specified nutrition.

How do I install Cronometer API MCP?

Run `uvx cronometer-api-mcp`. The README documents 3 environment variables (CRONOMETER_USERNAME, CRONOMETER_PASSWORD, CRONOMETER_ACCOUNT_TZ) to set first. Set CRONOMETER_USERNAME, CRONOMETER_PASSWORD, CRONOMETER_ACCOUNT_TZ before connecting. You can also paste the ready-made client config above.

Does Cronometer API MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Cronometer API MCP

More API integration MCP servers · CatchDoms - Expired Domains API · Banco Inter · Laserfiche MCP · Meta API MCP Server · Ecb MCP

More Python MCP servers · Inbody API MCP · Rachio MCP · Agent Harnesses · Sourced · Pixelpanda MCP · see all