mcpbeat Sign in

Cronometer API MCP Server

local only

Cronometer API MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 519 installs a week from pypi. Last commit 17 Sep 2026.

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

Installs per day peak 502 · avg 116 · -37% w/w
a month agotoday
519
Installs / week
pypi · cronometer-api-mcp
52
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Cronometer API MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cronometer-api-mcp -- uvx cronometer-api-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cronometer-api-mcp": {
      "args": [
        "cronometer-api-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cronometer-api-mcp]
command = "uvx"
args = ["cronometer-api-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cronometer-api-mcp": {
      "args": [
        "cronometer-api-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cronometer-api-mcp": {
      "args": [
        "cronometer-api-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: CRONOMETER_USERNAME (Your Cronometer account email), CRONOMETER_PASSWORD (Your Cronometer account password), CRONOMETER_TOTP_SECRET (Base32 key for accounts with two-factor authentication), CRONOMETER_ACCOUNT_TZ (Optional IANA timezone override, for example America/Los_Angeles). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Cronometer API MCP

same job, measured the same way
Cronometer
by cphoskins

MCP server for Cronometer — food logs, macros, fasting, biometrics, and recurring foods

333 installs/wk local only
Dieta.ai
by mcp-dir

Nutrition tracking by Dieta.ai. Read your food log with macros (calories, protein, carbs, fat, fiber

19 tools answering
Localplate MCP
by daniel-cherny

LocalPlate MCP for verified restaurant nutrition, food search, diary logs, and Plato guidance.

answering
Nutrition MCP
by akutishevsky

Personal nutrition tracking — log meals, track macros, review history, import from another app.

answering
Food Logger MCP
by sig-foodlog

Food logging, nutrition summaries, and meal photo calorie and macro estimates.

answering
Mt5 MCP By Leo
by tradesystemsnique

Full MCP server for MT5: access trades, logs, compilation, etc..

107 installs/wk local only
MyFitnessPal
by mason-levyy

MCP server for MyFitnessPal: log, search, and analyze your food diary.

226 installs/wk local only
Dynatrace Managed MCP
by dynatrace-oss

MCP server for Dynatrace Managed to access logs, events, and metrics.

602 installs/wk local only

Cronometer API MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Cronometer API MCP?
Cronometer API MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package cronometer-api-mcp was installed 519 times last week.
How do I connect Cronometer API MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls cronometer-api-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Cronometer API MCP?
The pypi package cronometer-api-mcp was installed 519 times in the last week. Week over week that is -37%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cronometer API MCP open source?
Yes — it is published under the MIT licence, written in Python and 52 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.