Strava
Rank #41,364ai.com.mcp/strava
MCP server providing strava capabilities
Strava is a Model Context Protocol (MCP) server published by la-rebelion. It ranks #41,364 of 115,591 servers tracked on MCP Toplist, and its repository has 9 GitHub stars. Strava is listed on Official MCP, with 2 tracked versions. It was first listed on Oct 15, 2025 and most recently updated on Feb 19, 2026.
Ranks ahead of 74,227 of 115,591 servers on MCP Toplist.
Use Strava
claude mcp add --transport http strava https://strava.run.mcp.com.ai/mcp[mcp_servers.strava]
url = "https://strava.run.mcp.com.ai/mcp"Add to ~/.codex/config.toml.
https://strava.run.mcp.com.ai/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"strava": {
"url": "https://strava.run.mcp.com.ai/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"strava": {
"type": "http",
"url": "https://strava.run.mcp.com.ai/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"strava": {
"serverUrl": "https://strava.run.mcp.com.ai/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"strava": {
"url": "https://strava.run.mcp.com.ai/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/ai.com.mcp%2Fstrava)<a href="https://mcptoplist.com/server/ai.com.mcp%2Fstrava"><img src="https://mcptoplist.com/badge/ai.com.mcp%2Fstrava.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
la-rebelion
Other servers by la-rebelion
View all la-rebelion servers →Available versions (2)
| Version | Published |
|---|---|
| 3.0.0+0.7.1 | Feb 19, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Strava?
- Strava is maintained by la-rebelion, which publishes 9 MCP servers (14 total versions) tracked on MCP Toplist.
- Is Strava listed on the Official MCP Registry?
- Yes — Strava is listed on the Official MCP Registry.
- How many versions does Strava have?
- MCP Toplist tracks 2 versions of Strava, most recently published on Feb 19, 2026.
- Where can I find the source code for Strava?
- The source code for Strava is hosted at github.com/la-rebelion/hapimcp.