Loading MCP server directory, please wait...
Privacy-first MCP server for Strava activities, streams, routes and training.
npx @getmcp/cli add io.github.davidmosiah/strava-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.davidmosiah/strava-mcp": {
"command": "npx",
"args": [
"-y",
"strava-mcp-unofficial"
],
"env": {
"STRAVA_CLIENT_ID": "",
"STRAVA_CLIENT_SECRET": "",
"STRAVA_REDIRECT_URI": "",
"STRAVA_TOKEN_PATH": "",
"STRAVA_PRIVACY_MODE": "",
"STRAVA_CACHE": "",
"STRAVA_CACHE_PATH": ""
}
}
}
}