Building a Remote MCP Server on Cloudflare (Without Auth)
@joeyqleq
关于 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 requires no authentication on Cloudflare Workers, allowing users to expose custom tools over SSE.
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. Then customize tools inside src/index.ts using this.server.tool(...). Connect clients like Cloudflare AI Playground or Claude Desktop (via the mcp-remote proxy) using the deployed SSE URL.
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- No authentication required for the remote MCP server.
- One-click deployment to Cloudflare Workers.
- Custom tools can be added by editing
src/index.ts. - Connects to Cloudflare AI Playground as a remote MCP client.
- Works with local MCP clients via the
mcp-remoteproxy.
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Expose custom MCP tools publicly without managing authentication.
- Prototype and test MCP tools quickly using Cloudflare Workers.
- Connect remote tools to Cloudflare AI Playground for interactive use.
- Integrate custom tools with Claude Desktop using a proxy.
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
What URL does the server get deployed to?
The server is deployed to a URL like remote-mcp-server-authless.<your-account>.workers.dev/sse.
How do I add custom tools to the MCP server?
Define each tool inside the init() method of src/index.ts using this.server.tool(...).
How can I connect to this server from Cloudflare AI Playground?
Go to https://playground.ai.cloudflare.com/, enter your deployed SSE URL, and start using the tools.
How do I connect this server to Claude Desktop?
Use the mcp-remote proxy: add a configuration entry in Claude Desktop’s MCP settings with command: "npx" and args including "mcp-remote" followed by the SSE URL.
Does this MCP server require authentication?
No, the deployment is explicitly built without authentication.
开发工具 分类下的更多 MCP 服务器

Sentry
modelcontextprotocolModel Context Protocol 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
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
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Grafana MCP server
grafanaMCP server for Grafana
评论