r-huijts/strava-mcp
A Model Context Protocol (MCP) server that connects to Strava API, providing tools to access Strava data through LLMs
Quick Start
Clone the repository:
git clone https://github.com/r-huijts/strava-mcpClaude Desktop configuration example:
{
"mcpServers": {
"r-huijts-strava-mcp": {
"command": "npx",
"args": [
"-y",
"r-huijts/strava-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.