Building a Remote MCP Server on Cloudflare (Without Auth)
@colinhauch
关于 Building a Remote MCP Server on Cloudflare (Without Auth)
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Building a Remote MCP Server on Cloudflare (Without Auth)?
This example deploys a remote MCP server that does not require authentication on Cloudflare Workers. It is aimed at developers who want to quickly set up an MCP server with custom AI tools and connect it to MCP clients.
How to use Building a Remote MCP Server on Cloudflare (Without Auth)?
Deploy using the "Deploy to Workers" button or run npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless. Customize tools by editing src/index.ts inside the init() method with this.server.tool(...). Connect to the Cloudflare AI Playground by entering the deployed SSE URL, or to Claude Desktop via the mcp-remote proxy with the provided configuration.
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploy without authentication on Cloudflare Workers
- SSE transport at
/sseendpoint - Easily add custom tools via
this.server.tool(...) - Works with Cloudflare AI Playground as remote client
- Connects to local clients like Claude Desktop using
mcp-remote
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Quickly prototype an MCP server with no auth for testing
- Host AI tools accessible from Cloudflare AI Playground
- Connect remote MCP tools to Claude Desktop via proxy
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
What does this server do vs alternatives?
This server is a template for deploying an MCP server on Cloudflare Workers without authentication. It uses SSE transport and is designed for rapid deployment and testing.
What are the runtime requirements?
It requires a Cloudflare account and uses the Workers runtime. The local setup uses npm create cloudflare@latest.
Where does data live?
The MCP server runs on Cloudflare Workers; no persistent data storage is described in the README.
What transport does it use?
It uses SSE (Server-Sent Events) at the /sse endpoint.
Does it require authentication?
No, the entire server is deployed without authentication as stated in the title and instructions.
开发工具 分类下的更多 MCP 服务器
test
prysmaticlabsGo implementation of Ethereum proof of stake
MCP Framework
QuantGeekDevThe Typescript MCP Framework
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
评论