MCP Strava Server
The MCP Strava Server facilitates seamless integration between Strava APIs and Claude for Desktop.
MariyaFilippova
README
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:
-
Open the Claude configuration file:
code ~/Library/Application\ Support/Claude/claude_desktop_config.json
-
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. -
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! 🚴♀️ 🚴♂️
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
MCP Package Docs Server
Facilitates LLMs to efficiently access and fetch structured documentation for packages in Go, Python, and NPM, enhancing software development with multi-language support and performance optimization.
Claude Code MCP
An implementation of Claude Code as a Model Context Protocol server that enables using Claude's software engineering capabilities (code generation, editing, reviewing, and file operations) through the standardized MCP interface.
@kazuph/mcp-taskmanager
Model Context Protocol server for Task Management. This allows Claude Desktop (or any MCP client) to manage and execute tasks in a queue-based system.
Linear MCP Server
Enables interaction with Linear's API for managing issues, teams, and projects programmatically through the Model Context Protocol.
mermaid-mcp-server
A Model Context Protocol (MCP) server that converts Mermaid diagrams to PNG images.
Jira-Context-MCP
MCP server to provide Jira Tickets information to AI coding agents like Cursor

Linear MCP Server
A Model Context Protocol server that integrates with Linear's issue tracking system, allowing LLMs to create, update, search, and comment on Linear issues through natural language interactions.

Sequential Thinking MCP Server
This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.