@r-huijts/strava-mcp-server

general MCP Server

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

Install Ready
generalgeneral
3 views441 stars85 forksv1.2.1MIT

Why This Matters

Discovered via unknown and last synced 3mo ago.

Install Ready
Source
unknown
Stars
441
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npx -y @r-huijts/strava-mcp-server

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "-r-huijts-strava-mcp-server": {
      "command": "npx",
      "args": [
        "@r-huijts/strava-mcp-server"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

6
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (6)

Variable

Description

STRAVA_CLIENT_ID

Your Strava Application Client ID

STRAVA_REFRESH_TOKEN

OAuth refresh token

STRAVA_CLIENT_SECRET

Your Strava Application Client Secret

STRAVA_ACCESS_TOKEN

OAuth access token

ROUTE_EXPORT_PATH

Directory for GPX/TCX exports