Back to Apps

Strava MCP
by kw510
Connect AI tools to Strava with secure OAuth integration via Cloudflare Workers for fitness data access.
0 stars
Works in:Cursor
Exposes:Tools
What it does
This MCP server connects AI agents to the Strava API, allowing them to access fitness and activity data. It leverages Cloudflare Workers to provide a secure OAuth 2.1 flow, enabling users to authenticate their Strava accounts directly within their AI client.
Tools
get_activities: Retrieves recent activity data from the user's Strava profile.get_athlete_profile: Fetches detailed athlete statistics and profile information.get_stats: Provides aggregated fitness metrics and performance trends.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"strava": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp-strava-oauth.<your-subdomain>.workers.dev/sse"
]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Quick install
npx mcp-remote https://mcp-strava-oauth.<your-subdomain>.workers.dev/sseInformation
- Pricing
- free
- Published
- 7/13/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add the SSE URL to the MCP settings in Cursor.Claude Desktop
{"mcpServers": {"strava": {"command": "npx", "args": ["mcp-remote", "https://mcp-strava-oauth.<your-subdomain>.workers.dev/sse"]}}}





