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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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