Odel
Strava Training MCP

Strava Training MCP

Local
@arjanligTypeScriptMITUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIstrava-training-mcpv0.3.2

Run

uvx strava-training-mcp

MCP client config

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