Strava Integration
A Strava MCP
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar install JonoCX/strava-mcp -c claude
This command will automatically install and configure the Strava Integration MCP server for your selected client.
Option 2: Manual Configuration
View JSON configuration
{
"mcpServers": {
"Strava Integration": {
"command": "uvx",
"args": [
"strava-mcp"
],
"env": {
"STRAVA_CLIENT_SECRET": "${input:strava_client_secret}",
"STRAVA_ACCESS_TOKEN": "${input:strava_access_token}",
"STRAVA_REFRESH_TOKEN": "${input:strava_refresh_token}"
}
}
}
}
Copy and paste this configuration into your MCP client's configuration file to manually set up this server.
Common MCP clients
claude
- Claude Desktopcursor
- Cursor Code Editorcline
- Cline (VS Code)windsurf
- Windsurf Editorwitsy
- Witsy AI Assistant
Strava MCP
This repository contains a Strava MCP which you can add to your Claude Desktop client. Once installed, you'll be able to ask Claude all about your activities!
Checkout my blog post here
Setup
Dependencies
- Claude Desktop
uv
- A Stava account with a develop app setup
Connecting to Strava
Once you have an app setup on your Strava profile and you've cloned this repository, create an .env
file at the root with the following contents:
STRAVA_CLIENT_ID=<fill-me-in>
STRAVA_CLIENT_SECRET=<fill-me-in>
STRAVA_ACCESS_TOKEN=<fill-me-in>
STRAVA_REFRESH_TOKEN=<fill-me-in>
Connecting the MCP to Claude
You can add the server to your Claude config by running the following:
uv run mcp install main.py
If you make changes to the server, you will need to restart your Claude desktop client.
Once installed, you should see a hammer icon at the bottom of the text box on your Claude app. If you click on it, it should show the following:
Running
Now the server is added, Claude should be able to use it.
Try: "tell me about my latest activity".
Stars
0Forks
0Last commit
24 days agoRepository age
25 daysLicense
Apache-2.0
Auto-fetched from GitHub .
MCP servers similar to Strava Integration:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit