MCP.so
登录

Remote MCP Server on Cloudflare

@dlipka

关于 Remote MCP Server on Cloudflare

暂无概览

基本信息

分类

云与基础设施

运行时

node

传输方式

stdio

发布者

dlipka

配置

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

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

工具

未检测到工具

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

概览

What is Remote MCP Server on Cloudflare?

Remote MCP Server on Cloudflare lets you deploy a Model Context Protocol server on Cloudflare Workers with OAuth login. It provides a way to run and expose MCP tools remotely, connectable via SSE transport from clients like the MCP Inspector or Claude Desktop.

How to use Remote MCP Server on Cloudflare?

To set it up locally, clone the repository, install dependencies with pnpm install, and run npx nx dev remote-mcp-server. Connect using the MCP Inspector with SSE transport at http://localhost:8787/sse, or configure Claude Desktop with the mcp-remote proxy pointing to the local SSE URL. For production, deploy with npm run deploy after creating a KV namespace for OAuth storage.

Key features of Remote MCP Server on Cloudflare

  • Runs MCP server on Cloudflare Workers with OAuth authentication
  • Supports SSE transport for remote MCP clients
  • Works with MCP Inspector and Claude Desktop
  • Deployable from local development to production

Use cases of Remote MCP Server on Cloudflare

  • Expose MCP tools to Claude Desktop via a remote server
  • Test MCP server endpoints locally before deploying
  • Create a shareable, authenticated MCP tool API on Cloudflare’s edge

FAQ from Remote MCP Server on Cloudflare

How do I connect a remote client to the server?

Use the MCP Inspector with SSE transport, entering your deployed Workers URL (e.g., https://worker-name.account-name.workers.dev/sse) as the server URL. For Claude Desktop, configure mcp-remote with the same URL.

What authentication does the server use?

It uses OAuth login. Locally, you get a mock login screen; on Cloudflare, it uses real OAuth. Credentials are stored in a KV namespace.

What are the runtime requirements?

You need Node.js, pnpm, and a Cloudflare account with wrangler CLI installed. For local development, the MCP Inspector and mcp-remote npx packages are used.

Does this server support transports other than SSE?

The README only demonstrates SSE transport for both local and remote connections.

Where is user data stored?

OAuth session data is stored in a Cloudflare KV namespace configured during deployment (OAUTH_KV).

评论

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