- Step 1: Create a Strava API application to obtain Client ID and Client Secret.
- Step 2: Run the get_strava_token.py script to generate tokens and save them in a .env file.
- Step 3: Set environment variables STRAVA_CLIENT_ID, STRAVA_CLIENT_SECRET, and STRAVA_REFRESH_TOKEN.
- Step 4: Run the MCP server locally or on a cloud platform.
- Step 5: Connect your application or voice assistant (like Claude) to the server using appropriate MCP extension or API calls.
- Step 6: Use queries like 'Show my recent activities' or 'Get details of my latest cycling activity' to retrieve data.