Loading MCP server directory, please wait...
Talk to your own fitness data. Findings computed in code against your own 28-day baselines.
npx @getmcp/cli add io.github.Zsadigzade/trainbudRequires Node.js 18+. Community-contributed server. Review source before installing.
GARMIN_EMAILThe email address for your Connect account. Stored only in your local .env; `npx trainbud setup` writes it for you.
GARMIN_PASSWORDYour Connect password. Stored only in your local .env. Accounts with MFA enabled are not supported, because the unofficial library this drives cannot complete that flow.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Zsadigzade/trainbud": {
"command": "npx",
"args": [
"-y",
"trainbud",
"start"
],
"env": {
"GARMIN_EMAIL": "",
"GARMIN_PASSWORD": "",
"ANTHROPIC_API_KEY": ""
}
}
}
}