Building a Remote MCP Server on Cloudflare (Without Auth)
@365cent
关于 Building a Remote MCP Server on Cloudflare (Without Auth)
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Building a Remote MCP Server on Cloudflare (Without Auth)?
This server lets you deploy a remote Model Context Protocol (MCP) server on Cloudflare Workers without requiring authentication. It is intended for developers who want to expose MCP tools over HTTP/SSE and connect them to remote or local MCP clients.
How to use Building a Remote MCP Server on Cloudflare (Without Auth)?
Deploy with one click using the "Deploy to Workers" button, or via npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless. The server URL will be remote-mcp-server-authless.<your-account>.workers.dev/sse. Customize tools by editing src/index.ts inside the init() method using this.server.tool(...).
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploy a remote MCP server without any authentication.
- Fully customizable tools defined in
src/index.ts. - Connect from Cloudflare AI Playground or any SSE‑capable MCP client.
- Works with local MCP clients via the
mcp-remoteproxy.
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Exposing MCP tools to remote AI playgrounds for experimentation.
- Quickly prototyping MCP tools without managing auth infrastructure.
- Integrating server‑side tools with desktop MCP clients like Claude Desktop.
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
How do I deploy this server?
Use the "Deploy to Workers" button or run npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless.
How do I add my own tools?
Define each tool inside the init() method of src/index.ts using this.server.tool(...).
Which transport does the server use?
The server communicates over SSE (Server‑Sent Events).
Can I connect from Claude Desktop?
Yes, by using the mcp-remote proxy (npx mcp-remote <server-url>) in Claude Desktop’s MCP configuration.
Is authentication required?
No — this template deliberately deploys an MCP server without any authentication.
—
—
—
开发工具 分类下的更多 MCP 服务器
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
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.
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
评论