TrainBud
Talk to your own fitness data. Findings computed in code against your own 28-day baselines.
Topics: Sports
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.9.0)
npx -y trainbud@0.9.0
Or add to your MCP client config:
{
"mcpServers": {
"trainbud": {
"command": "npx",
"args": [
"-y",
"trainbud@0.9.0"
],
"env": {
"GARMIN_EMAIL": "<YOUR_VALUE>",
"GARMIN_PASSWORD": "<YOUR_VALUE>",
"ANTHROPIC_API_KEY": "<YOUR_VALUE>"
}
}
}
}
GARMIN_EMAILrequired — The email address for your Connect account. Stored only in your local .env; `npx trainbud setup` writes it for you.GARMIN_PASSWORDrequired secret — Your 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.ANTHROPIC_API_KEYsecret — Optional, and only for the watch app's Ask card and daily insight. The MCP tools themselves need no model key: every finding is computed in code, and the model only phrases it.
This server takes extra arguments — see its repository.
Package (oci)
docker run -i --rm ghcr.io/zsadigzade/trainbud:0.9.0
Or add to your MCP client config:
{
"mcpServers": {
"trainbud": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/zsadigzade/trainbud:0.9.0"
],
"env": {
"GARMIN_EMAIL": "<YOUR_VALUE>",
"GARMIN_PASSWORD": "<YOUR_VALUE>"
}
}
}
}
GARMIN_EMAILrequired — The email address for your Connect account.GARMIN_PASSWORDrequired secret — Your Connect password.
Related servers
strava-mcp
MCP server for accessing Strava API
trainingpeaks-mcp
Query TrainingPeaks workouts, analyze CTL/ATL/TSB fitness metrics, and compare power/pace PRs through Claude Desktop.
livetennisapi-mcp
Live tennis scores, players, rankings, odds and win-probability. ATP, WTA, Challenger, ITF, juniors.
Fantasy Football Manager
ESPN draft and lineup analysis for Codex and MCP clients. Live actions use the ESPN companion.
mlb-api-mcp
MCP server that acts as a proxy to the freely available MLB API, which provides player info, stats, and game information.
mcp-sports-hub
41 sports API providers, 396 tools: scores, stats, odds, esports, chess, motorsport & more.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry