kw510/strava-mcp
An MCP server for Strava, an app for tracking physical exercise
Quick Start
Clone the repository:
git clone https://github.com/kw510/strava-mcpClaude Desktop configuration example:
{
"mcpServers": {
"kw510-strava-mcp": {
"command": "npx",
"args": [
"-y",
"kw510/strava-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.