MCP.so
登录

Remote MCP Server on Cloudflare

@jlrcnmsn1990

关于 Remote MCP Server on Cloudflare

暂无概览

基本信息

分类

云与基础设施

运行时

node

传输方式

stdio

发布者

jlrcnmsn1990

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "remote-mcp-server-jlrcnmsn1990": {
      "command": "npx",
      "args": [
        "nx",
        "dev",
        "remote-mcp-server"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Remote MCP Server on Cloudflare?

A reference implementation for running a remote MCP server on Cloudflare Workers with OAuth login, enabling clients like Claude Desktop to call tools over HTTP via SSE.

How to use Remote MCP Server on Cloudflare?

Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Deploy using npm run deploy after creating a KV namespace for OAuth. Connect using MCP Inspector or Claude Desktop by pointing to the SSE endpoint (e.g., http://localhost:8787/sse or your workers.dev URL).

Key features of Remote MCP Server on Cloudflare

  • OAuth login for secure client access
  • Local development with live reload
  • Deploy to Cloudflare Workers
  • Works with MCP Inspector and Claude Desktop
  • Supports SSE transport for remote MCP clients

Use cases of Remote MCP Server on Cloudflare

  • Host a remote MCP server accessible over the internet
  • Allow Claude Desktop to call custom tools via HTTP
  • Prototype an MCP server with OAuth authentication
  • Teach MCP client-server architecture with a real deployment

FAQ from Remote MCP Server on Cloudflare

How is Remote MCP Server on Cloudflare different from a local MCP server?

It runs on Cloudflare Workers instead of your local machine, enabling remote access and OAuth login.

What runtime or dependencies are required?

Node.js, npm, and optionally Cloudflare Wrangler CLI for deployment.

Where is OAuth data stored?

In a Cloudflare KV namespace named OAUTH_KV that you create during deployment.

What transport does the server use?

Server-Sent Events (SSE) – connect to the /sse endpoint of the server.

How do I debug connection issues?

Restart Claude or use npx mcp-remote http://localhost:8787/sse from the command line. Clear ~/.mcp-auth if needed.

评论

云与基础设施 分类下的更多 MCP 服务器