MCP Strava Server

MCP Strava Server avatar

by MariyaFilippova

The MCP Strava Server facilitates seamless integration between Strava APIs and Claude for Desktop.

What is MCP Strava Server

MCP Strava Server

Overview

The MCP Strava Server facilitates seamless integration between Strava APIs and Claude for Desktop. By using this server, you can process and interact with Strava activity data efficiently through Claude's MCP framework.


How to Set Up

1. Clone the Repository

Clone the MCP Strava Server repository to your local machine:

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

2. Configure Your CLIENT_ID and CLIENT_SECRET

To set up your Strava API credentials, change src/main/resources/.env file. Add your CLIENT_ID and CLIENT_SECRET obtained from Strava API settings into the file as shown below:

CLIENT_ID="your-client-id"
CLIENT_SECRET="your-client-secret"

3. Build the Project

Use Gradle to build the project and generate the executable JAR file:

gradle shadowJar

The built server will be available at: build/libs/strava-mcp-server-1.0.0-all.jar

4. Configure Claude for Desktop

To connect the MCP Strava Server to Claude for Desktop:

a. Install Claude for Desktop

Ensure that Claude for Desktop is installed on your machine. If you don’t already have it, download the latest version here.

b. Update Claude’s Configuration

Modify the configuration file for Claude to register the MCP Strava Server:

  1. Open the Claude configuration file:

    code ~/Library/Application\ Support/Claude/claude_desktop_config.json
    
  2. Add the MCP Strava Server configuration:

    {
      "mcpServers": {
        "strava": {
          "command": "java",
          "args": [
            "-jar",
            "your/path/strava-mcp-server/build/libs/strava-mcp-server-1.0.0-all.jar"
          ]
        }
      }
    }
    

    Replace your/path with the absolute path where the JAR file is located.

  3. Save your changes.

c. Restart Claude for Desktop

Restart the Claude for Desktop application to apply the updated configuration.


Congratulations!

The MCP Strava Server is now set up and configured. You are ready to use it with Claude for Desktop to interact with Strava activity data seamlessly.

Enjoy managing your Strava activities with ease! πŸš΄β€β™€οΈ πŸš΄β€β™‚οΈ

Leave a Comment

Frequently Asked Questions

What is MCP?

MCP (Model Context Protocol) is an open protocol that standardizes how applications provide context to LLMs. Think of MCP like a USB-C port for AI applications, providing a standardized way to connect AI models to different data sources and tools.

What are MCP Servers?

MCP Servers are lightweight programs that expose specific capabilities through the standardized Model Context Protocol. They act as bridges between LLMs like Claude and various data sources or services, allowing secure access to files, databases, APIs, and other resources.

How do MCP Servers work?

MCP Servers follow a client-server architecture where a host application (like Claude Desktop) connects to multiple servers. Each server provides specific functionality through standardized endpoints and protocols, enabling Claude to access data and perform actions through the standardized protocol.

Are MCP Servers secure?

Yes, MCP Servers are designed with security in mind. They run locally with explicit configuration and permissions, require user approval for actions, and include built-in security features to prevent unauthorized access and ensure data privacy.

Related MCP Servers

aashari mcp server atlassian bitbucket avatar

aashari mcp server atlassian bitbucket

Node.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact with workspaces, repositories, and pull requests via tools (list, get, comment, search). Connects AI directly to version control workflows through the standard MCP interface.

atlassianrepositorymcp
aashari mcp server atlassian confluence avatar

aashari mcp server atlassian confluence

Node.js/TypeScript MCP server for Atlassian Confluence. Provides tools enabling AI systems (LLMs) to list/get spaces & pages (content formatted as Markdown) and search via CQL. Connects AI seamlessly to Confluence knowledge bases using the standard MCP interface.

atlassianmcpconfluence
yorrickjansen strava mcp avatar

yorrickjansen strava mcp

An MCP server to interact with Strava

claudemcpmcp-server
yamadashy repomix avatar

yamadashy repomix

πŸ“¦ Repomix is a powerful tool that packs your entire repository into a single, AI-friendly file. Perfect for when you need to feed your codebase to Large Language Models (LLMs) or other AI tools like Claude, ChatGPT, DeepSeek, Perplexity, Gemini, Gemma, Llama, Grok, and more.

artificial-intelligencegenaimcp
sjquant llm bridge mcp avatar

sjquant llm bridge mcp

A model-agnostic Message Control Protocol (MCP) server that enables seamless integration with various Large Language Models (LLMs) like GPT, DeepSeek, Claude, and more.

model-context-protocolclaudeopenai
SDGLBL mcp claude code avatar

SDGLBL mcp claude code

MCP implementation of Claude Code capabilities and more

claude-codeclaudemcp
JonoCX strava mcp avatar

JonoCX strava mcp

A Strava MCP

mcp-serverstravamcp
jonaolden pbixray mcp server avatar

jonaolden pbixray mcp server

MCP server to give llms such as Claude, GitHub Copilot etc full PowerBI model context (from input .pbix) through tools based on PBIXRay python package.

pythonmcpclaude
jlucaso1 whatsapp mcp ts avatar

jlucaso1 whatsapp mcp ts

WhatsApp MCP Server (TypeScript/Baileys)

mcpclaudeai
idosal git mcp avatar

idosal git mcp

Put an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project

gitmcpai

Submit Your MCP Server

Share your MCP server with the community

Submit Now