MCP.so
登录

Remote MCP Server on Cloudflare

@subomi

关于 Remote MCP Server on Cloudflare

暂无概览

基本信息

分类

云与基础设施

运行时

node

传输方式

stdio

发布者

subomi

配置

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

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

工具

未检测到工具

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

概览

What is Remote MCP Server on Cloudflare?

A guide to get a remote MCP server up-and-running on Cloudflare Workers complete with OAuth login, designed for developers who want to host and connect MCP tools remotely.

How to use Remote MCP Server on Cloudflare?

Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Deploy to Cloudflare by creating an OAUTH_KV namespace with npx wrangler kv namespace create OAUTH_KV, adding the namespace ID to wrangler.jsonc, then running npm run deploy. Connect clients via the MCP Inspector at the /sse endpoint or configure Claude Desktop with a mcp-remote proxy.

Key features of Remote MCP Server on Cloudflare

  • Hosts MCP servers on Cloudflare Workers
  • Includes OAuth login for authentication
  • Uses SSE (Server-Sent Events) transport
  • Works with MCP Inspector for testing
  • Connects to Claude Desktop via mcp-remote proxy
  • Deployable to a workers.dev subdomain

Use cases of Remote MCP Server on Cloudflare

  • Running a remote MCP server with OAuth-based authentication
  • Connecting Claude Desktop to remote MCP tools via SSE
  • Developing and testing MCP servers locally before deploying to Cloudflare

FAQ from Remote MCP Server on Cloudflare

What does this project do?

It provides a complete setup to run a remote MCP server on Cloudflare Workers with OAuth login, including local development, deployment, and client connection instructions.

How do I deploy the server to Cloudflare?

Create an OAUTH_KV namespace with npx wrangler kv namespace create OAUTH_KV, add the namespace ID to wrangler.jsonc, and run npm run deploy.

How do I connect Claude Desktop to the remote server?

Update Claude Desktop's config file to use npx mcp-remote with the Workers SSE URL (e.g., https://worker-name.account-name.workers.dev/sse) and restart Claude.

How do I test the server locally?

Run npx nx dev remote-mcp-server, then use the MCP Inspector at http://localhost:8787/sse to connect and test tools.

What if something goes wrong?

Restart Claude, try connecting directly with npx mcp-remote http://localhost:8787/sse, or clear the auth files in ~/.mcp-auth with rm -rf ~/.mcp-auth.

评论

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