Skip to main content
Glama

Strava MCP

by JonoCX

Strava MCP

This repository contains a Strava MCP which you can add to your Claude Desktop client. Once installed, you'll be able to ask Claude all about your activities!

Checkout my blog post here

Setup

Dependencies

  • Claude Desktop
  • uv
  • A Stava account with a develop app setup

Connecting to Strava

Once you have an app setup on your Strava profile and you've cloned this repository, create an .env file at the root with the following contents:

STRAVA_CLIENT_ID=<fill-me-in> STRAVA_CLIENT_SECRET=<fill-me-in> STRAVA_ACCESS_TOKEN=<fill-me-in> STRAVA_REFRESH_TOKEN=<fill-me-in>

Connecting the MCP to Claude

You can add the server to your Claude config by running the following:

uv run mcp install main.py

If you make changes to the server, you will need to restart your Claude desktop client.

Once installed, you should see a hammer icon at the bottom of the text box on your Claude app. If you click on it, it should show the following:

Available MCP tools showing that Strava has been installed

Running

Now the server is added, Claude should be able to use it.

Try: "tell me about my latest activity".

The output of claude when asking about a specific activity

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

A Claude MCP server that lets users query and analyze their Strava activity data by connecting to the Strava API.

  1. Setup
    1. Dependencies
    2. Connecting to Strava
    3. Connecting the MCP to Claude
  2. Running

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      An MCP server that enables Claude to interact with Twitter, allowing for posting tweets and searching Twitter content.
      Last updated -
      2
      896
      253
      TypeScript
      MIT License
      • Apple
    • -
      security
      A
      license
      -
      quality
      A Python-based MCP server that allows Claude and other LLMs to execute arbitrary Python code directly through your desktop Claude app, enabling data scientists to connect LLMs to APIs and executable code.
      Last updated -
      26
      MIT License
      • Apple
      • Linux
    • -
      security
      A
      license
      -
      quality
      Connects to Garmin Connect and exposes your fitness and health data (activities, sleep, heart rate, steps, body composition) to Claude and other MCP-compatible clients.
      Last updated -
      59
      Python
      MIT License
      • Apple
    • -
      security
      A
      license
      -
      quality
      An MCP server that integrates with Sonar API to provide Claude with real-time web search capabilities for comprehensive research.
      Last updated -
      0
      JavaScript
      MIT License

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/JonoCX/strava-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server