Skip to main content
Other Tools and IntegrationsTypeScript

kw510/strava-mcp

An MCP server for Strava, an app for tracking physical exercise

other-tools-and-integrationscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/kw510/strava-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "kw510-strava-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kw510/strava-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
TypeScript
Author
kw510