Building a Remote MCP Server on Cloudflare (Without Auth)
@aledrosera
关于 Building a Remote MCP Server on Cloudflare (Without Auth)
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Building a Remote MCP Server on Cloudflare (Without Auth)?
Deploys a remote MCP (Model Context Protocol) server on Cloudflare Workers with no authentication required. It is for developers who want to expose MCP tools over SSE without managing auth infrastructure.
How to use Building a Remote MCP Server on Cloudflare (Without Auth)?
Deploy via the "Deploy to Workers" button or by running npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless. Customize tools inside src/index.ts using this.server.tool(...). Connect clients (e.g., Cloudflare AI Playground or Claude Desktop) by pointing them to the deployed SSE endpoint.
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploy MCP server on Cloudflare Workers.
- No authentication required.
- Customizable tools via
this.server.tool(). - SSE transport for remote communication.
- One-click deploy from GitHub template.
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Provide MCP tools to Cloudflare AI Playground.
- Connect remote MCP server to Claude Desktop via mcp-remote proxy.
- Quickly prototype MCP tools without auth overhead.
- Expose server-side tools to any SSE‑compatible MCP client.
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
What does this server do?
It deploys a remote MCP server on Cloudflare Workers that can expose custom tools over SSE without requiring authentication.
How do I add my own tools?
Define each tool inside the init() method of src/index.ts using this.server.tool(...).
How do I connect this server to Claude Desktop?
Use the mcp-remote npm package as the command in your Claude Desktop MCP configuration, pointing to the server’s SSE URL.
What deployment methods are available?
You can use the “Deploy to Workers” button or the npm create cloudflare command with the remote MCP template.
Does this server include authentication?
No. The server intentionally omits authentication; it is designed for scenarios where auth is not required.
开发工具 分类下的更多 MCP 服务器
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
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
评论