62
/ 100
14 days ago
glama

Strava MCP Server

Enables interaction with Strava's API to access and manage activities, athlete data, routes, segments, clubs, and gear through natural language.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
🚨
Secret credentials may flow to a network call
1 flow detected: OAUTH_CLIENT_ID. We can’t prove the destination matches the brand the credential belongs to.
⚠️
Known vulnerabilities in dependencies: 2 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 5 credentials: JWT_SECRET, OAUTH_CLIENT_SECRET, STRAVA_ACCESS_TOKEN, STRAVA_CLIENT_SECRET, STRAVA_REFRESH_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configDATABASE_PATHNo HTTP SQLite path (default: ./data/strava-mcp.db)
configHTTP_PORTNo HTTP Server port (default: 3000)
configJWT_EXPIRES_INNo HTTP JWT expiration (default: 7d)
🔐 secretJWT_SECRET=<generate with: openssl rand -base64 32>
configOAUTH_CLIENT_ID=<generate with: openssl rand -hex 16>
🔐 secretOAUTH_CLIENT_SECRET=<generate with: openssl rand -hex 16>
🔐 secretSTRAVA_ACCESS_TOKENYes stdio User's access token
configSTRAVA_CLIENT_IDYes Both Strava API client ID
🔐 secretSTRAVA_CLIENT_SECRETYes Both Strava API client secret
configSTRAVA_EXPIRES_ATYes stdio Token expiration timestamp
🔐 secretSTRAVA_REFRESH_TOKENYes stdio User's refresh token
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/gcoombe-strava-mcp-nl1a15)](https://m8ven.ai/mcp/gcoombe-strava-mcp-nl1a15)
commit: 21b2b1691511c47b2f5053da7ea7de7640f33a05
code hash: e39a2486cc63d4e34c267c9cf094f55971b82ede097521c012f026a89d0cc049
verified: 6/9/2026, 10:13:47 AM
view raw JSON →