MCP Sports Coach
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Sports CoachGet my weekly workout summary from Strava."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Sports Coach — Strava & Garmin
Serveur MCP (Model Context Protocol) qui connecte Claude aux comptes Strava et Garmin Connect pour analyser les activités sportives, le sommeil, la récupération et bien plus.
Outils disponibles
Strava
Outil | Description |
| Connexion OAuth Strava (à faire une seule fois) |
| Profil, ville, followers, FTP, poids |
| Dernières N activités (distance, durée, FC, D+) |
| Volume, temps total et types d'activités de la semaine |
| Détail complet d'une activité par ID |
Garmin Connect
Outil | Description |
| Vérifie si le compte Garmin est connecté |
| Dernières N activités Garmin |
| Données de sommeil (total, profond, REM, score) |
| Body Battery sur N jours |
| Variabilité cardiaque (HRV) sur N jours |
Related MCP server: Garmin Health MCP Server
Installation
Prérequis
Python 3.12+
uv (gestionnaire de paquets)
Un compte Strava avec une application enregistrée sur strava.com/settings/api
1. Cloner et installer
git clone https://github.com/Naten79/mcp-strava.git
cd mcp-strava
uv sync2. Configurer les credentials Strava
Copier .env.example en .env et renseigner les credentials Strava :
cp .env.example .envSTRAVA_CLIENT_ID=client_id
STRAVA_CLIENT_SECRET=client_secretCes valeurs sont disponibles sur strava.com/settings/api. Régler l'Authorization Callback Domain sur
localhost.
3. (Optionnel) Authentifier Garmin
Lancer ce script une seule fois en terminal pour sauvegarder le token Garmin localement :
uv run garmin_login.pyLes identifiants Garmin ne transitent jamais par Claude.
4. Configurer Claude Desktop
Ajouter la configuration suivante dans claude_desktop_config.json :
{
"mcpServers": {
"sports-coach": {
"command": "uv",
"args": ["run", "python", "strava_mcp.py"],
"cwd": "/chemin/vers/mcp-strava"
}
}
}5. Authentifier Strava dans Claude
Au premier lancement, utiliser l'outil authenticate dans Claude. Une fenêtre Strava s'ouvre pour autoriser l'accès, puis le token est sauvegardé localement.
Sécurité
Le fichier
.env(credentials API) n'est jamais commitéLes tokens OAuth (
strava_token.json,garth_tokens/) restent en local uniquementLes identifiants Garmin ne sont jamais envoyés à Claude, seulement au serveur Garmin
Stack
MCP Python SDK — FastMCP
httpx — requêtes HTTP async
garminconnect — API Garmin non-officielle
python-dotenv — gestion des variables d'environnement
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables interaction with Strava's API to access and manage activities, athlete data, routes, segments, clubs, and gear through natural language.Last updated2239MIT
- FlicenseAqualityCmaintenanceEnables querying Garmin health data stored in Supabase through natural language, providing access to VO2 max trends, activity breakdowns, sleep statistics, race predictions, heart rate zones, and training load metrics.Last updated7
- AlicenseBqualityDmaintenanceEnables users to interact with their Strava data through natural language to analyze workouts, track fitness progress, and explore routes. It supports retrieving detailed activity stats, heart rate data, and segment insights directly within AI assistants.Last updated26538MIT
- AlicenseAqualityDmaintenanceEnables interaction with Intervals.icu data, including activities, wellness, and calendar events, via natural language.Last updated10501MIT
Related MCP Connectors
Garmin data in Claude: 135 tools — activities, sleep, HRV, training, workouts. Free, open source.
Garmin data in Claude & ChatGPT via the Garmin Health API. OAuth sign-in, no password sharing.
Create Hevy routines and analyze your training from chat. Unofficial; BYO Hevy PRO API key.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Naten79/mcp-strava'
If you have feedback or need assistance with the MCP directory API, please join our Discord server