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
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.
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.
claude mcp add cronometer-api-mcp -- uvx cronometer-api-mcp
{
"mcpServers": {
"cronometer-api-mcp": {
"args": [
"cronometer-api-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.cronometer-api-mcp]
command = "uvx"
args = ["cronometer-api-mcp"]
{
"mcpServers": {
"cronometer-api-mcp": {
"args": [
"cronometer-api-mcp"
],
"command": "uvx"
}
}
}
{
"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.
MCP server for Cronometer — food logs, macros, fasting, biometrics, and recurring foods
Nutrition tracking by Dieta.ai. Read your food log with macros (calories, protein, carbs, fat, fiber
LocalPlate MCP for verified restaurant nutrition, food search, diary logs, and Plato guidance.
Personal nutrition tracking — log meals, track macros, review history, import from another app.
Food logging, nutrition summaries, and meal photo calorie and macro estimates.
Full MCP server for MT5: access trades, logs, compilation, etc..
MCP server for MyFitnessPal: log, search, and analyze your food diary.
MCP server for Dynatrace Managed to access logs, events, and metrics.
Answers built from our own checks of this server.