cronometer-api-mcp
About
MCP server for Cronometer nutrition tracking — food logs, diary, macros, fasting
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_PASSWORDClaude Code
claude mcp add --env CRONOMETER_USERNAME= --env CRONOMETER_PASSWORD= cronometer-api-mcp -- uvx cronometer-api-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-api-mcp","command":"uvx","args":["cronometer-api-mcp"],"env":{"CRONOMETER_USERNAME":"","CRONOMETER_PASSWORD":""}}'
JSON
{
"mcpServers": {
"cronometer-api-mcp": {
"command": "uvx",
"args": [
"cronometer-api-mcp"
],
"env": {
"CRONOMETER_USERNAME": "",
"CRONOMETER_PASSWORD": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.