Skip to main content
SportsTypeScript

r-huijts/strava-mcp

A Model Context Protocol (MCP) server that connects to Strava API, providing tools to access Strava data through LLMs

sportscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/r-huijts/strava-mcp

Claude 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.

Details

Category
Sports
Language
TypeScript
Author
r-huijts