strava-mcp-server

corysturtevant/strava-mcp-server
★ 1 stars Python 🔌 API Integration Updated today
Strava MCP server — 19 tools for activities, segments, routes, and clubs via the Strava API
View on GitHub →

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": "uvx",
      "args": [
        "strava-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install strava-mcp-server