Coach MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 116 installs a week from pypi. Last commit 27 Aug 2026.
Adaptive AI training coach MCP server backed by Garmin Connect
Today is the operative word: we check Coach MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add coach-mcp -- uvx garmin-coach-mcp
{
"mcpServers": {
"coach-mcp": {
"args": [
"garmin-coach-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.coach-mcp]
command = "uvx"
args = ["garmin-coach-mcp"]
{
"mcpServers": {
"coach-mcp": {
"args": [
"garmin-coach-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"coach-mcp": {
"args": [
"garmin-coach-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
GARMIN_EMAIL (Garmin Connect account email), GARMIN_PASSWORD (Garmin Connect account password), COACH_DATA_DIR (Directory for athlete data files (defaults to the git-checkout data/ dir when run from a checkout, otherwise a per-user data directory)).
The author declared them in the registry entry; get the values from the project itself.
Gardening Ai MCP Server by MEOK AI Labs
Twinfield AI Connect: hosted MCP server for Twinfield.
Crypto Tracker Ai MCP Server by MEOK AI Labs
App Store Connect MCP Server for AI coding agents
Sleep Tracker Ai MCP Server by MEOK AI Labs
Habit Tracker Ai MCP Server by MEOK AI Labs
Price Tracker Ai MCP Server by MEOK AI Labs
AFAS AI Connect: hosted MCP server for AFAS Profit.
Answers built from our own checks of this server.