MCP.so
登录

Remote MCP Server on Cloudflare

@entalpia

关于 Remote MCP Server on Cloudflare

暂无概览

基本信息

分类

云与基础设施

运行时

node

传输方式

stdio

发布者

entalpia

配置

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

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

工具

未检测到工具

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

概览

What is Remote MCP Server on Cloudflare?

This guide helps you set up a remote MCP (Model Context Protocol) server running on Cloudflare Workers with OAuth login for secure, remote tool calling.

How to use Remote MCP Server on Cloudflare?

Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. For production, deploy to Cloudflare Workers using npm run deploy. Connect clients via SSE endpoint (/sse) using the MCP Inspector or configure Claude Desktop with npx mcp-remote.

Key features of Remote MCP Server on Cloudflare

  • Run MCP server on Cloudflare Workers for remote access
  • OAuth login for secure authentication
  • Compatible with MCP Inspector for local testing
  • Full integration with Claude Desktop via local proxy
  • Simple one-command deploy process

Use cases of Remote MCP Server on Cloudflare

  • Expose MCP tools to remote AI clients like Claude Desktop
  • Develop and test MCP servers locally before deploying
  • Provide secure, authenticated tool access over the internet
  • Enable distributed teams to share MCP resources

FAQ from Remote MCP Server on Cloudflare

What runtime/dependencies does the server require?

Node.js and npm are needed for local development. The deployed server runs on Cloudflare Workers using the Workers runtime.

How does authentication work?

OAuth login is built in with a mock login screen for local development. In production, you configure OAuth via Cloudflare Workers.

Where does server data live?

Local state (e.g., auth tokens) is stored in ~/.mcp-auth on the client machine. Server-side session data uses Cloudflare KV (OAUTH_KV).

What transport does the server use?

The server communicates via SSE (Server-Sent Events) over HTTP. Clients connect to the /sse endpoint.

Are there known limitations?

The README notes debugging steps: restarting Claude or clearing ~/.mcp-auth may help if problems occur. No other limitations are stated.

评论

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