Odel
strava mcp

strava mcp

Local
@davidmosiah3TypeScriptMITUpdated 1w ago

Privacy-first MCP server for Strava activities, streams, routes and training.

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).

npmstrava-mcp-unofficialv0.4.6

Run

npx -y strava-mcp-unofficial

MCP client config

{
  "mcpServers": {
    "strava-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "strava-mcp-unofficial"
      ]
    }
  }
}