An MCP (Model Context Protocol) server that connects Claude to your Strava data. Query your activities, stats, and athlete profile directly from Claude Desktop or any MCP-compatible client.
Tools
get_auth_status
get_auth_url
authenticate
logout
get_activities
get_athlete
get_athlete_stats
get_activity_details
Server Config
{
"mcpServers": {
"strava": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/bronteee/strava-mcp.git",
"strava-mcp"
],
"env": {
"STRAVA_CLIENT_ID": "your_client_id",
"STRAVA_CLIENT_SECRET": "your_client_secret"
}
}
}
}