MCP.so
登录

Remote MCP Server on Cloudflare

@samith2002

关于 Remote MCP Server on Cloudflare

暂无概览

基本信息

分类

云与基础设施

运行时

node

传输方式

stdio

发布者

samith2002

配置

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

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

工具

未检测到工具

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

概览

What is Remote MCP Server on Cloudflare?

Remote MCP Server on Cloudflare is a ready-to-deploy MCP server that runs on Cloudflare Workers with built-in OAuth login. It is intended for developers who want to quickly set up a remote, authenticated MCP endpoint and connect it to clients like Claude Desktop or the MCP Inspector.

How to use Remote MCP Server on Cloudflare?

Clone the repository, install dependencies, then run locally with npx nx dev remote-mcp-server. Use the MCP Inspector to test by connecting over SSE at http://localhost:8787/sse. Deploy to Cloudflare with npm run deploy, and then connect Claude Desktop by updating its config to point to your workers.dev/sse URL via the mcp-remote proxy.

Key features of Remote MCP Server on Cloudflare

  • Runs on Cloudflare Workers for global, serverless deployment
  • Includes OAuth login for authenticated client access
  • Uses SSE transport for MCP communication
  • Ready-to-use local development and deployment workflow
  • Works with MCP Inspector and Claude Desktop

Use cases of Remote MCP Server on Cloudflare

  • Host a remote MCP server with secure, OAuth-based access
  • Enable Claude Desktop to call custom tools over the internet
  • Test and debug MCP tools locally with the MCP Inspector
  • Deploy a math or custom tool server on Cloudflare’s edge network

FAQ from Remote MCP Server on Cloudflare

What runtime dependencies does Remote MCP Server on Cloudflare require?

You need Node.js and npm for local development, plus a Cloudflare account and Wrangler CLI for deployment. The client side uses npx to run both the MCP Inspector and the mcp-remote proxy.

Where does OAuth session data live?

OAuth storage uses a Cloudflare KV namespace called OAUTH_KV. You must create it and add its ID to wrangler.jsonc before deployment.

How do I connect a remote MCP client like Claude Desktop?

Update Claude Desktop’s config file to use npx mcp-remote with your Worker’s workers.dev/sse URL as an argument. Restart Claude and authenticate through the browser login screen.

Can I test the server before deploying?

Yes. Run locally with npx nx dev remote-mcp-server, then connect via the MCP Inspector over SSE at http://localhost:8787/sse.

How do I troubleshoot connectivity issues?

Restart Claude, or try connecting directly on the command line with npx mcp-remote http://localhost:8787/sse. In rare cases, clear ~/.mcp-auth to reset authentication state.

评论

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