← Back to browse

strava-mcp

Indexed by io.github.r-huijts

About

MCP server for accessing Strava API

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSTRAVA_CLIENT_ID STRAVA_CLIENT_SECRET STRAVA_ACCESS_TOKEN
Claude Code
claude mcp add --env STRAVA_CLIENT_ID= --env STRAVA_CLIENT_SECRET= --env STRAVA_ACCESS_TOKEN= strava-mcp -- npx strava-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"strava-mcp","command":"npx","args":["strava-mcp-server"],"env":{"STRAVA_CLIENT_ID":"","STRAVA_CLIENT_SECRET":"","STRAVA_ACCESS_TOKEN":""}}'
JSON
{
  "mcpServers": {
    "strava-mcp": {
      "command": "npx",
      "args": [
        "strava-mcp-server"
      ],
      "env": {
        "STRAVA_CLIENT_ID": "",
        "STRAVA_CLIENT_SECRET": "",
        "STRAVA_ACCESS_TOKEN": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.