MCP Server
io.github.rwestergren/cronometer-api-mcp MCP Server
io.github.rwestergren/cronometer-api-mcp
What is the io.github.rwestergren/cronometer-api-mcp MCP server?
MCP server for Cronometer nutrition tracking — food logs, diary, macros, fasting
How to install io.github.rwestergren/cronometer-api-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
CRONOMETER_USERNAMErequiredYour Cronometer account email
CRONOMETER_PASSWORDrequiredsecretYour Cronometer account password
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"cronometer-api-mcp": {
"command": "uvx",
"args": [
"cronometer-api-mcp"
],
"env": {
"CRONOMETER_USERNAME": "<YOUR_CRONOMETER_USERNAME>",
"CRONOMETER_PASSWORD": "<YOUR_CRONOMETER_PASSWORD>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"cronometer-api-mcp": {
"command": "uvx",
"args": [
"cronometer-api-mcp"
],
"env": {
"CRONOMETER_USERNAME": "<YOUR_CRONOMETER_USERNAME>",
"CRONOMETER_PASSWORD": "<YOUR_CRONOMETER_PASSWORD>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"cronometer-api-mcp": {
"command": "uvx",
"args": [
"cronometer-api-mcp"
],
"env": {
"CRONOMETER_USERNAME": "<YOUR_CRONOMETER_USERNAME>",
"CRONOMETER_PASSWORD": "<YOUR_CRONOMETER_PASSWORD>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"cronometer-api-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"cronometer-api-mcp"
],
"env": {
"CRONOMETER_USERNAME": "<YOUR_CRONOMETER_USERNAME>",
"CRONOMETER_PASSWORD": "<YOUR_CRONOMETER_PASSWORD>"
}
}
}
}Claude Code
claude mcp add cronometer-api-mcp --env CRONOMETER_USERNAME=<YOUR_CRONOMETER_USERNAME> --env CRONOMETER_PASSWORD=<YOUR_CRONOMETER_PASSWORD> -- uvx cronometer-api-mcpRelated MCP servers
Hosted/gateway-ready Hevy fitness MCP: workouts, routines, templates.
View repository →MCP server for InBody body-composition data — scans, body fat, muscle mass, body water
View repository →MCP server for Rachio sprinkler controllers — schedules, zones, and live watering control
View repository →