MCP.so
登录

Remote MCP Server on Cloudflare

@Laity624

关于 Remote MCP Server on Cloudflare

MCP test

基本信息

分类

云与基础设施

运行时

node

传输方式

stdio

发布者

Laity624

配置

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

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

工具

未检测到工具

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

概览

What is Remote MCP Server on Cloudflare?

Remote MCP Server on Cloudflare is a guide and template to deploy an MCP (Model Context Protocol) server on Cloudflare Workers with OAuth login, enabling secure, remote tool access for AI assistants.

How to use Remote MCP Server on Cloudflare?

Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Connect using the MCP Inspector or Claude Desktop by providing the SSE URL (e.g., http://localhost:8787/sse). For deployment, create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add its ID to wrangler.jsonc, then run npm run deploy.

Key features of Remote MCP Server on Cloudflare

  • Deploy MCP server on Cloudflare Workers
  • OAuth login for secure authentication
  • Local development with MCP Inspector
  • Connect Claude Desktop via a remote proxy
  • SSE (Server-Sent Events) transport
  • Simple configuration with wrangler.jsonc

Use cases of Remote MCP Server on Cloudflare

  • Run MCP tools on a globally distributed edge network
  • Provide authenticated tool access to AI assistants
  • Prototype and test MCP servers locally before deploying
  • Integrate with Claude Desktop for remote tool calling

FAQ from Remote MCP Server on Cloudflare

What are the prerequisites to use this server?

You need Node.js, npm, and, for deployment, a Cloudflare account. The server uses Cloudflare Workers and KV for OAuth.

What transport protocol does the server use?

It uses Server-Sent Events (SSE) for communication between the MCP client and server.

How do I connect Claude Desktop to the remote server?

Edit Claude Desktop’s config file to include a new MCP server entry with the command npx mcp-remote and the argument pointing to your worker’s /sse URL (e.g., https://worker-name.account-name.workers.dev/sse).

Can I test the server locally?

Yes, run npx nx dev remote-mcp-server to start on http://localhost:8787/ and test with the MCP Inspector or Claude Desktop using the local SSE URL.

How do I deploy the server to Cloudflare?

Create a KV namespace (npx wrangler kv namespace create OAUTH_KV), add the namespace ID to wrangler.jsonc, then run npm run deploy. The server will be available at your workers.dev URL.

评论

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