A Strava MCP server over Streamable HTTP and OAuth 2.1, installable as a claude.ai connector
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"strava-mcp-server": {
"command": "npx",
"args": [
"-y",
"alexpriest/strava-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add strava-mcp-server npx -y alexpriest/strava-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"strava-mcp-server": {
"command": "npx",
"args": [
"-y",
"alexpriest/strava-mcp-server"
]
}
}
}