io.github.davidmosiah/strava-mcp
Privacy-first MCP server for Strava activities, streams, routes and training.
{
"mcpServers": {
"strava-mcp": {
"command": "npx",
"args": [
"-y",
"strava-mcp-unofficial"
],
"env": {
"STRAVA_CLIENT_ID": "<strava_client_id>",
"STRAVA_CLIENT_SECRET": "<your-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>"
}
}
}
}{
"mcpServers": {
"strava-mcp": {
"command": "npx",
"args": [
"-y",
"strava-mcp-unofficial"
],
"env": {
"STRAVA_CLIENT_ID": "<strava_client_id>",
"STRAVA_CLIENT_SECRET": "<your-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>"
}
}
}
}npx -y strava-mcp-unofficialSTRAVA_CLIENT_IDStrava OAuth client ID. Optional when configured with strava-mcp-server setup.
STRAVA_CLIENT_SECRETStrava 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_URIRedirect URI configured in the Strava Developer Dashboard. Optional when configured with strava-mcp-server setup.
STRAVA_TOKEN_PATHOptional local path for OAuth tokens. Defaults to ~/.strava-mcp/tokens.json.
STRAVA_PRIVACY_MODEOptional payload mode: summary, structured, or raw. Defaults to structured. raw means full Strava API payloads, not continuous 24/7 raw sensor telemetry.
STRAVA_CACHEOptional SQLite cache toggle. Set to true or sqlite to enable.
STRAVA_CACHE_PATHOptional local SQLite cache path. Defaults to ~/.strava-mcp/cache.sqlite.
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
Feature flagging and A/B testing platform with AI-first experimentation workflows.
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.