MCP.so
登录

Remote MCP Server on Cloudflare

@miracledevlol

关于 Remote MCP Server on Cloudflare

暂无概览

基本信息

分类

云与基础设施

运行时

node

传输方式

stdio

发布者

miracledevlol

配置

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

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

工具

未检测到工具

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

概览

What is Remote MCP Server on Cloudflare?

A template and guide for running a remote MCP server on Cloudflare Workers with OAuth login, enabling developers to expose tools over HTTP and connect them to MCP clients like Claude Desktop.

How to use Remote MCP Server on Cloudflare?

Clone the repository, install dependencies, and run npx nx dev remote-mcp-server for local development. For production, deploy using npm run deploy after creating a KV namespace with npx wrangler kv namespace create OAUTH_KV. Connect clients by configuring the SSE endpoint (e.g., http://localhost:8787/sse or https://worker-name.account-name.workers.dev/sse) in the MCP Inspector or Claude Desktop settings using the mcp-remote proxy.

Key features of Remote MCP Server on Cloudflare

  • OAuth login built into the server.
  • Runs locally and deploys to Cloudflare Workers.
  • Uses SSE transport for MCP communication.
  • Works with the MCP Inspector for testing.
  • Connects to Claude Desktop via a local proxy.
  • Supports remote access from any MCP client.

Use cases of Remote MCP Server on Cloudflare

  • Developing and testing a remote MCP server locally.
  • Deploying an MCP server to Cloudflare’s global edge network.
  • Connecting Claude Desktop to a remote MCP server with OAuth.
  • Using the MCP Inspector to list and call tools.
  • Integrating custom tools into MCP-compatible applications.

FAQ from Remote MCP Server on Cloudflare

评论

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