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

stdiocommunityservice

Package Details

Transportstdio

Environment Variables

STRAVA_CLIENT_ID(str)

Strava OAuth client ID. Optional when configured with strava-mcp-server setup.

STRAVA_CLIENT_SECRET(str)
Secret

Strava OAuth client secret. Prefer strava-mcp-server setup so this secret is stored in ~/.strava-mcp/config.json instead of MCP client config.

STRAVA_REDIRECT_URI(str)

Redirect URI configured in the Strava Developer Dashboard. Optional when configured with strava-mcp-server setup.

STRAVA_TOKEN_PATH(str)

Optional local path for OAuth tokens. Defaults to ~/.strava-mcp/tokens.json.

STRAVA_PRIVACY_MODE(str)

Optional payload mode: summary, structured, or raw. Defaults to structured. raw means full Strava API payloads, not continuous 24/7 raw sensor telemetry.

STRAVA_CACHE(str)

Optional SQLite cache toggle. Set to true or sqlite to enable.

STRAVA_CACHE_PATH(str)

Optional local SQLite cache path. Defaults to ~/.strava-mcp/cache.sqlite.