Building a Remote MCP Server on Cloudflare (Without Auth)
@RLst
关于 Building a Remote MCP Server on Cloudflare (Without Auth)
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Building a Remote MCP Server on Cloudflare (Without Auth)?
It deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers that does not require authentication, using SSE transport. Intended for developers who want a publicly accessible MCP server without built-in auth.
How to use Building a Remote MCP Server on Cloudflare (Without Auth)?
Deploy via the "Deploy to Workers" button or run npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless to create a local project. Customize tools in src/index.ts within the init() method using this.server.tool(...). Connect from Cloudflare AI Playground by entering the deployed SSE URL, or from local clients (e.g., Claude Desktop) using the mcp-remote proxy.
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deployable to Cloudflare Workers with a one-click button or CLI.
- No authentication required for remote access.
- Uses SSE transport (Server-Sent Events).
- Customizable tools defined in TypeScript.
- Connectable via Cloudflare AI Playground or local MCP clients.
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Hosting a remote MCP server for AI playgrounds without managing auth.
- Rapidly prototyping MCP tools and exposing them over the internet.
- Integrating with Claude Desktop via the mcp-remote proxy.
- Using as a starter template for Cloudflare‑based MCP servers.
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
What does this server do?
It creates a remote MCP server hosted on Cloudflare Workers that communicates over SSE and does not require authentication.
How do I deploy it?
Either click the "Deploy to Workers" button in the README, or run npm create cloudflare@latest with the cloudflare/ai/demos/remote-mcp-authless template.
How do I add custom tools?
In src/index.ts, inside the init() method, use this.server.tool(...) to define each tool. The README references Cloudflare’s documentation for tool details.
How can I connect to this MCP server?
From Cloudflare AI Playground (remote client) by entering the SSE URL, or from local clients like Claude Desktop by configuring an mcp-remote proxy pointing to the same URL.
What runtime or dependencies are required?
It runs on Cloudflare Workers. Setup requires Node.js and npm; the npm create cloudflare command installs the template. No authentication middleware is used.
开发工具 分类下的更多 MCP 服务器
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
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.
评论