MCP server for accessing Strava API
Set these up before or after installing:
Environment variable: STRAVA_CLIENT_ID
Environment variable: STRAVA_CLIENT_SECRET
Environment variable: STRAVA_ACCESS_TOKEN
Unverified package source
We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-r-huijts-strava-mcp": {
"env": {
"STRAVA_CLIENT_ID": "your-strava-client-id-here",
"STRAVA_ACCESS_TOKEN": "your-strava-access-token-here",
"STRAVA_CLIENT_SECRET": "your-strava-client-secret-here"
},
"args": [
"-y",
"@r-huijts/strava-mcp-server"
],
"command": "npx"
}
}
}Well-structured Strava MCP server with proper OAuth 2.0 authentication and comprehensive input validation. Authentication is handled securely with configurable OAuth flow and automatic token refresh. Permissions are appropriately scoped for Strava API integration with network access for API calls and file system for configuration storage. Supply chain analysis found 9 known vulnerabilities in dependencies (1 critical, 6 high severity). Package verification found 1 issue (1 critical, 0 high severity).
Scanned 3 files · 13 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!