strava-mcp-server
If you are the rightful owner of strava-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This is a Model Context Protocol (MCP) server for the Strava API, allowing Claude to interact with your Strava data.
The Strava MCP Server is designed to facilitate interaction with Strava data through the Model Context Protocol. It allows users to access and manage their Strava activities using a set of predefined tools. The server is configured to work with the Strava API, requiring users to set up an API application and obtain necessary credentials such as Client ID, Client Secret, and a Refresh Token. Once configured, the server can be used to retrieve athlete activities, create new activities, and access detailed information about specific activities, including kudos and laps. The server is built using Node.js and can be started manually or automatically by Claude when needed.
Features
- get_athlete_activities: Get activities for the authenticated athlete
- get_activity: Get details of a specific activity
- create_activity: Create a manual activity
- get_activity_kudoers: Get the athletes who kudoed an activity
- get_activity_laps: Get the laps of an activity