Odel
strava mcp

strava mcp

Local
@r-huijts475TypeScriptMITUpdated 2mo ago

MCP server for accessing Strava API

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-serverv1.0.1

Run

npx -y strava-mcp-server

MCP client config

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