.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
STRAVA_ACCESS_TOKEN
secret
Strava API Access Token Get yours from https://www.strava.com/settings/api
ROUTE_EXPORT_PATH
Optional: Define a path for saving exported route files (GPX/TCX) Ensure this directory exists and the server process has write…
brew install flyctl && fly launch --from https://github.com/bendrucker/strava-mcp
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/bendrucker/strava-mcp
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/bendrucker/strava-mcp