Model Context Protocol (MCP) Server + Strava OAuth
@kw510
关于 Model Context Protocol (MCP) Server + Strava OAuth
A Model Context Protocol (MCP) server with Strava OAuth integration, built on Cloudflare Workers. Enables secure authentication and tool access for MCP clients like Claude and Cursor through Strava login. Perfect for developers looking to integrate Strava authentication with AI t
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"strava-mcp-kw510": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector@latest"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Model Context Protocol (MCP) Server + Strava OAuth?
This MCP server, deployed on Cloudflare Workers, supports remote MCP connections with built‑in Strava OAuth. It acts as an OAuth server for MCP clients and as an OAuth client for Strava, allowing users to sign in with their Strava account.
How to use Model Context Protocol (MCP) Server + Strava OAuth?
Clone the repository, install dependencies, set up Strava API credentials, create a Cloudflare KV namespace, and deploy with Wrangler. Test the server using the MCP Inspector or configure it in Claude Desktop via the mcp-remote command with the SSE endpoint.
Key features of Model Context Protocol (MCP) Server + Strava OAuth
- OAuth 2.1 server implementation with token issuance and validation
- Secure token storage in Cloudflare KV
- Durable MCP for persistent state and authentication context
- MCP Remote for client‑server communication over SSE
- Strava OAuth integration as an OAuth client
- Deployed and managed via Cloudflare Workers
Use cases of Model Context Protocol (MCP) Server + Strava OAuth
- Allow AI assistants to access authenticated user Strava data via MCP
- Build custom tools that interact with Strava using a user’s OAuth tokens
- Demonstrate an MCP server with a real‑world OAuth provider integration
- Enable remote MCP connections with secure, server‑managed OAuth flows
FAQ from Model Context Protocol (MCP) Server + Strava OAuth
What are the prerequisites?
A Strava account, a Cloudflare account, Node.js and npm installed, and the Wrangler CLI (npm install -g wrangler).
How do I set up Strava API credentials for production?
Create a new application in Strava’s API settings, configure the callback domain and URL to point to your deployed Workers subdomain, and store the client ID and secret as Cloudflare secrets.
What are the Strava API rate limits?
200 requests every 15 minutes and 2,000 requests per day.
Where are tokens stored?
Tokens are securely stored in the Cloudflare KV namespace configured for OAuth.
How can I test the server locally?
Run wrangler dev to start the development server at http://localhost:8788 and use a separate Strava application with callback domain localhost.
开发工具 分类下的更多 MCP 服务器
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
评论