GitDeployHub

bendrucker/strava-mcp

github.com/bendrucker/strava-mcp ↗
Node.js API
2 environment variables found in .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…
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/bendrucker/strava-mcp
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/bendrucker/strava-mcp
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/bendrucker/strava-mcp
Or deploy to a different host
← Try another repo