strava-mcp
10
This project is an MCP server featuring built-in Strava OAuth capabilities, meant for remote MCP connections. It demonstrates the integration of OAuth providers with MCP servers, leveraging Cloudflare Workers for deployment.
What are the prerequisites for setting up the MCP server?
You need a Strava account, a Cloudflare account, Node.js and npm installed, and the Wrangler CLI.
How do I set up Strava API credentials?
Create a new application in Strava's API settings, configure it with your application details, and set the authorization callback domain and URL.
What are the Strava API rate limits?
The Strava API allows 200 requests every 15 minutes and 2,000 requests per day.
How can I test my MCP server?
You can use the Inspector tool or Claude Desktop to connect and test your server.