Strava MCP Bridge
Rank #24,216io.github.millerchou/strava-mcp-bridge
Use Strava's official MCP from Codex and other local stdio clients without a developer app.
Strava MCP Bridge is a Model Context Protocol (MCP) server published by millerchou. It ranks #24,216 of 132,113 servers tracked on MCP Toplist. Strava MCP Bridge is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jul 9, 2026 and most recently updated on Jul 11, 2026.
Ranks ahead of 107,897 of 132,113 servers on MCP Toplist.
Use Strava MCP Bridge
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add strava-mcp-bridge -- npx -y strava-mcp-bridge[mcp_servers.strava-mcp-bridge]
command = "npx"
args = ["-y", "strava-mcp-bridge"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"strava-mcp-bridge": {
"command": "npx",
"args": [
"-y",
"strava-mcp-bridge"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"strava-mcp-bridge": {
"command": "npx",
"args": [
"-y",
"strava-mcp-bridge"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"strava-mcp-bridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"strava-mcp-bridge"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"strava-mcp-bridge": {
"command": "npx",
"args": [
"-y",
"strava-mcp-bridge"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"strava-mcp-bridge": {
"command": "npx",
"args": [
"-y",
"strava-mcp-bridge"
]
}
}
}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/io.github.millerchou%2Fstrava-mcp-bridge)<a href="https://mcptoplist.com/server/io.github.millerchou%2Fstrava-mcp-bridge"><img src="https://mcptoplist.com/badge/io.github.millerchou%2Fstrava-mcp-bridge.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
millerchou
Other servers by millerchou
View all millerchou servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Jul 11, 2026 |
| 0.1.0 | Jul 11, 2026 |
Frequently asked questions
- Who maintains Strava MCP Bridge?
- Strava MCP Bridge is maintained by millerchou, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Strava MCP Bridge listed on the Official MCP Registry?
- Yes — Strava MCP Bridge is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Strava MCP Bridge have?
- MCP Toplist tracks 2 versions of Strava MCP Bridge, most recently published on Jul 11, 2026.
- Where can I find the source code for Strava MCP Bridge?
- The source code for Strava MCP Bridge is hosted at github.com/millerchou/strava-mcp-bridge.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.