MCP.so
登录

Remote MCP Server on Cloudflare

@roysam

关于 Remote MCP Server on Cloudflare

暂无概览

基本信息

分类

云与基础设施

运行时

node

传输方式

stdio

发布者

roysam

配置

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

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

工具

未检测到工具

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

概览

What is Remote MCP Server on Cloudflare?

A template to run a remote MCP (Model Context Protocol) server on Cloudflare Workers with OAuth login. It lets developers expose tools over SSE and connect 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. Deploy with npm run deploy after creating an OAuth KV namespace. Connect MCP Inspector or Claude Desktop by pointing to the /sse endpoint via npx mcp-remote.

Key features of Remote MCP Server on Cloudflare

  • Runs on Cloudflare Workers with OAuth login
  • Uses SSE as transport protocol
  • Supports local development with npx nx dev
  • Integrates with MCP Inspector for testing
  • Connects to Claude Desktop via mcp-remote proxy
  • Deploys with wrangler KV for OAuth state

Use cases of Remote MCP Server on Cloudflare

  • Host a custom MCP server remotely for AI agents
  • Serve tools to Claude Desktop over the internet
  • Prototype and debug MCP tools locally before deploying
  • Add OAuth-protected tool access to any Cloudflare Workers project

FAQ from Remote MCP Server on Cloudflare

评论

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