Strava MCP Server
by tomekkorbak
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
STRAVA_CLIENT_ID | Yes | Your Strava API Client ID | |
STRAVA_CLIENT_SECRET | Yes | Your Strava API Client Secret | |
STRAVA_REFRESH_TOKEN | Yes | Your Strava API Refresh Token |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_activities | Copy |
get_activities_by_date_range | Copy |
get_activity_by_id | Copy |
get_recent_activities | Copy |