Back to MCP Servers
Strava
A Model Context Protocol (MCP) server that connects to Strava API, providing tools to access Strava data through LLMs
sportsapillm
By r-huijts
Installation
npx -y strava-mcpConfiguration
{
"mcpServers": {
"strava-mcp": {
"command": "npx",
"args": ["-y", "strava-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes