MCP.so
登录

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

基本信息

分类

开发工具

许可证

MIT

运行时

node

传输方式

stdio

发布者

kw510

配置

使用下面的配置,将此服务器添加到你的 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 服务器