MCP.so
登录

Remote MCP Server on Cloudflare

@zhb0808

关于 Remote MCP Server on Cloudflare

暂无概览

基本信息

分类

云与基础设施

运行时

node

传输方式

stdio

发布者

zhb0808

配置

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

{
  "mcpServers": {
    "remote-mcp-server-zhb0808": {
      "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 codebase for setting up a remote MCP (Model Context Protocol) server running on Cloudflare Workers with OAuth login. It is aimed at developers who want to deploy and connect MCP tools to clients like Claude Desktop.

How to use Remote MCP Server on Cloudflare?

Clone the repository, install dependencies with npm install, and run locally with npx nx dev remote-mcp-server. 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. Connect clients via MCP Inspector (SSE) or Claude Desktop by configuring the server’s SSE endpoint.

Key features of Remote MCP Server on Cloudflare

  • Runs MCP server on Cloudflare Workers
  • Includes OAuth login authentication
  • Supports local development with hot reload
  • Deploys with a single command
  • Works with MCP Inspector for testing
  • Connects to Claude Desktop via SSE proxy

Use cases of Remote MCP Server on Cloudflare

  • Deploy a remote MCP server with OAuth protection
  • Test MCP tools locally using the MCP Inspector
  • Connect Claude Desktop to a remote MCP server
  • Develop and debug MCP tool implementations

FAQ from Remote MCP Server on Cloudflare

What dependencies are required?

Node.js and npm. The project uses Nx, Wrangler, and the @modelcontextprotocol/inspector and mcp-remote packages.

How do I run the server locally?

Run npx nx dev remote-mcp-server and open http://localhost:8787/ in a browser.

How do I deploy to Cloudflare?

Create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add the ID to wrangler.jsonc, then run npm run deploy.

How do I connect Claude Desktop?

Configure Claude Desktop’s MCP servers entry with command npx mcp-remote and the SSE URL (e.g., http://localhost:8787/sse locally or https://worker-name.account-name.workers.dev/sse after deployment).

What if something goes wrong?

Restart Claude or test the connection directly with npx mcp-remote <URL>. In rare cases, clear ~/.mcp-auth with rm -rf ~/.mcp-auth.

评论

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