MCP.so
登录

Remote MCP Server on Cloudflare

@davesbits

关于 Remote MCP Server on Cloudflare

暂无概览

基本信息

分类

云与基础设施

运行时

node

传输方式

stdio

发布者

davesbits

配置

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

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

工具

未检测到工具

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

概览

What is Remote MCP Server on Cloudflare?

Remote MCP Server on Cloudflare lets you run a Model Context Protocol server on Cloudflare Workers with OAuth login. It is for developers building MCP‑compatible applications that need remote access.

How to use Remote MCP Server on Cloudflare?

Clone the repository, install dependencies with npm install, run locally with npx nx dev remote-mcp-server, then deploy using npx wrangler kv namespace create OAUTH_KV and npm run deploy. Connect via MCP Inspector (SSE transport) or configure Claude Desktop with npx mcp-remote pointing to the /sse endpoint.

Key features of Remote MCP Server on Cloudflare

  • Deploy MCP server on Cloudflare Workers
  • OAuth login for authentication
  • Connect via SSE transport
  • Works with MCP Inspector
  • Integrates with Claude Desktop
  • Supports local development and remote deployment

Use cases of Remote MCP Server on Cloudflare

  • Host a remote math tool for Claude
  • Test custom MCP tools locally with MCP Inspector
  • Deploy a production MCP server with OAuth authentication
  • Connect Claude Desktop to a remote MCP endpoint

FAQ from Remote MCP Server on Cloudflare

What runtime and dependencies are required?

Node.js, npm, and a Cloudflare account for deployment are needed.

How do I connect with the MCP Inspector?

Set Transport Type to SSE, enter the server URL (e.g., localhost:8787/sse or worker‑name.account‑name.workers.dev/sse), and log in with any email and password.

How do I configure Claude Desktop?

Add an mcpServers entry in Claude’s config file using npx mcp-remote and the server’s /sse URL.

Where does OAuth data live?

OAuth KV namespace is created

评论

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