Skip to content
Cursor

Strava Training MCP for Cursor

io.github.arjanlig/strava-mcp

Connect Strava training data to Claude for training load analysis and activity insights

client:Cursor transport:stdio runtime:pypi

Install Strava Training MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "strava-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "strava-training-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Strava Training MCP in other clients