coach-mcp
Rank #17,569io.github.snoozelieb/coach-mcp
Adaptive AI training coach MCP server backed by Garmin Connect
coach-mcp is a Model Context Protocol (MCP) server published by snoozelieb. It ranks #17,569 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. coach-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 10, 2026 and most recently updated on Jun 10, 2026.
Ranks ahead of 114,477 of 132,046 servers on MCP Toplist.
Use coach-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add coach-mcp -e "GARMIN_EMAIL=<your GARMIN_EMAIL>" -e "GARMIN_PASSWORD=<your GARMIN_PASSWORD>" -e "COACH_DATA_DIR=<your COACH_DATA_DIR>" -- uvx garmin-coach-mcpReplace each placeholder with your own value before saving.
[mcp_servers.coach-mcp]
command = "uvx"
args = ["garmin-coach-mcp"]
[mcp_servers.coach-mcp.env]
GARMIN_EMAIL = "<your GARMIN_EMAIL>"
GARMIN_PASSWORD = "<your GARMIN_PASSWORD>"
COACH_DATA_DIR = "<your COACH_DATA_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"coach-mcp": {
"command": "uvx",
"args": [
"garmin-coach-mcp"
],
"env": {
"GARMIN_EMAIL": "<your GARMIN_EMAIL>",
"GARMIN_PASSWORD": "<your GARMIN_PASSWORD>",
"COACH_DATA_DIR": "<your COACH_DATA_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"coach-mcp": {
"command": "uvx",
"args": [
"garmin-coach-mcp"
],
"env": {
"GARMIN_EMAIL": "<your GARMIN_EMAIL>",
"GARMIN_PASSWORD": "<your GARMIN_PASSWORD>",
"COACH_DATA_DIR": "<your COACH_DATA_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"coach-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"garmin-coach-mcp"
],
"env": {
"GARMIN_EMAIL": "<your GARMIN_EMAIL>",
"GARMIN_PASSWORD": "<your GARMIN_PASSWORD>",
"COACH_DATA_DIR": "<your COACH_DATA_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"coach-mcp": {
"command": "uvx",
"args": [
"garmin-coach-mcp"
],
"env": {
"GARMIN_EMAIL": "<your GARMIN_EMAIL>",
"GARMIN_PASSWORD": "<your GARMIN_PASSWORD>",
"COACH_DATA_DIR": "<your COACH_DATA_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"coach-mcp": {
"command": "uvx",
"args": [
"garmin-coach-mcp"
],
"env": {
"GARMIN_EMAIL": "<your GARMIN_EMAIL>",
"GARMIN_PASSWORD": "<your GARMIN_PASSWORD>",
"COACH_DATA_DIR": "<your COACH_DATA_DIR>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.snoozelieb%2Fcoach-mcp)<a href="https://mcptoplist.com/server/io.github.snoozelieb%2Fcoach-mcp"><img src="https://mcptoplist.com/badge/io.github.snoozelieb%2Fcoach-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
snoozelieb
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Jun 10, 2026 |
Frequently asked questions
- Who maintains coach-mcp?
- coach-mcp is maintained by snoozelieb, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is coach-mcp listed on the Official MCP Registry?
- Yes — coach-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does coach-mcp have?
- MCP Toplist tracks 1 version of coach-mcp, most recently published on Jun 10, 2026.
- Where can I find the source code for coach-mcp?
- The source code for coach-mcp is hosted at github.com/snoozelieb/coach-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.