Skip to content
Cursor

Strava MCP Bridge for Cursor

io.github.millerchou/strava-mcp-bridge

Use Strava's official MCP from Codex and other local stdio clients without a developer app.

client:Cursor transport:stdio runtime:npm

Install Strava MCP Bridge in Cursor

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

{
  "mcpServers": {
    "strava-mcp-bridge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "strava-mcp-bridge"
      ]
    }
  }
}

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

Strava MCP Bridge in other clients