MCP.so
登录

Remote MCP Server on Cloudflare

@vishaal-atomic

关于 Remote MCP Server on Cloudflare

暂无概览

基本信息

分类

云与基础设施

运行时

node

传输方式

stdio

发布者

vishaal-atomic

配置

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

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

工具

未检测到工具

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

概览

What is Remote MCP Server on Cloudflare?

Remote MCP Server on Cloudflare is a template for running a remote MCP (Model Context Protocol) server on Cloudflare Workers with OAuth login. It is aimed at developers who want to deploy MCP tools that can be accessed remotely.

How to use Remote MCP Server on Cloudflare?

Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Connect via the MCP Inspector using SSE at http://localhost:8787/sse, or configure Claude Desktop to use the server through the mcp-remote proxy. Deploy to Cloudflare Workers with npm run deploy after creating an OAUTH_KV namespace.

Key features of Remote MCP Server on Cloudflare

  • Deployable to Cloudflare Workers with one command
  • OAuth login flow for remote access
  • SSE (Server-Sent Events) transport for MCP communication
  • Works with MCP Inspector for testing
  • Connects to Claude Desktop via a local proxy
  • Example math tools included for demonstration

Use cases of Remote MCP Server on Cloudflare

  • Deploy MCP tools remotely on Cloudflare Workers for client access
  • Test MCP server endpoints locally using the MCP Inspector
  • Connect Claude Desktop to a remote server for tool invocation
  • Build and debug custom MCP tools with OAuth authentication

FAQ from Remote MCP Server on Cloudflare

What runtime and dependencies are required?

Node.js and npm are needed for local development and deployment. A Cloudflare account is required to deploy to Workers.

What transport protocol does the server use?

SSE (Server-Sent Events) at the /sse endpoint.

How do I deploy the server to Cloudflare?

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

How do I connect Claude Desktop to the remote server?

Update the Claude Desktop configuration file to use the mcp-remote proxy pointing to your server's SSE URL (e.g., https://worker-name.account-name.workers.dev/sse).

How can I debug connection issues?

Run npx mcp-remote http://localhost:8787/sse from the command line to test the connection. Clearing files in ~/.mcp-auth may also help in rare cases.

评论

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