Skip to content
Grok

strava mcp for Grok

io.github.davidmosiah/strava-mcp

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

client:Grok transport:stdio runtime:npm

Install strava mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "strava-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "strava-mcp-unofficial"
      ],
      "env": {
        "STRAVA_CLIENT_ID": "<STRAVA_CLIENT_ID>",
        "STRAVA_CLIENT_SECRET": "<STRAVA_CLIENT_SECRET>",
        "STRAVA_REDIRECT_URI": "<STRAVA_REDIRECT_URI>",
        "STRAVA_TOKEN_PATH": "<STRAVA_TOKEN_PATH>",
        "STRAVA_PRIVACY_MODE": "<STRAVA_PRIVACY_MODE>",
        "STRAVA_CACHE": "<STRAVA_CACHE>",
        "STRAVA_CACHE_PATH": "<STRAVA_CACHE_PATH>",
        "STRAVA_NO_CACHE": "<STRAVA_NO_CACHE>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

strava mcp in other clients