cronometer
About
MCP server for Cronometer — food logs, macros, fasting, biometrics, and recurring foods
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
CRONOMETER_USERNAME CRONOMETER_PASSWORD CRONOMETER_DATA_DIRClaude Code
claude mcp add --env CRONOMETER_USERNAME= --env CRONOMETER_PASSWORD= --env CRONOMETER_DATA_DIR= cronometer -- uvx cronometer-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"cronometer","command":"uvx","args":["cronometer-mcp"],"env":{"CRONOMETER_USERNAME":"","CRONOMETER_PASSWORD":"","CRONOMETER_DATA_DIR":""}}'
JSON
{
"mcpServers": {
"cronometer": {
"command": "uvx",
"args": [
"cronometer-mcp"
],
"env": {
"CRONOMETER_USERNAME": "",
"CRONOMETER_PASSWORD": "",
"CRONOMETER_DATA_DIR": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.