Strava MCP Server

v1.2.1APIsstable

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

mcpstravallmai
Share:
406
Stars
0
Downloads
0
Weekly
0/5

About

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

Features

  • get-athlete-profile
  • get-athlete-stats
  • get-activity-details
  • get-recent-activities
  • list-athlete-clubs

Use Cases

Fetches the profile information for the authenticated athlete, including their unique numeric ID needed for other tools like get-athlete-stats.
Fetches the activity statistics (recent, YTD, all-time) for a specific athlete using their ID. Requires the athleteId obtained from the get-athlete-profile tool.
Fetches detailed information about a specific activity using its ID.
Fetches the most recent activities for the authenticated athlete.
Lists the clubs the authenticated athlete is a member of.
r-huijts

Maintainer

LicenseMIT
Languagetypescript
Versionv1.2.1
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

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

Manual Installation

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

Examples

Basic Configuration

Configure Strava MCP Server

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

Configuration

Configuration Details

Config File

claude_desktop_config.json

Web UI

Not available

Security

Authentication

RequiredNo

Features

Data Encryption
Audit Logging
RBAC Support

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

More APIs MCP Servers

Explore other servers in the APIs category.

Quick Config Preview

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

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Strava MCP Server?

Browse our complete directory of 60+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

60+ ServersFree & Open SourceStep-by-Step Guides