Building a Remote MCP Server on Cloudflare (Without Auth)
@zipsmart-ai
关于 Building a Remote MCP Server on Cloudflare (Without Auth)
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Building a Remote MCP Server on Cloudflare (Without Auth)?
An example project that deploys a remote MCP (Model Context Protocol) server on Cloudflare Workers without requiring authentication. It is intended for developers who want to host an MCP server that remote clients can connect to via SSE.
How to use Building a Remote MCP Server on Cloudflare (Without Auth)?
Deploy the server using the provided "Deploy to Workers" button or by running npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless. After deployment, connect remote MCP clients—such as the Cloudflare AI Playground or Claude Desktop (via the mcp-remote proxy)—to the server’s SSE endpoint.
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deployable in one click or one command.
- No authentication required for remote access.
- Uses SSE as the transport protocol.
- Customizable tools defined in
src/index.ts. - Runs entirely on Cloudflare Workers.
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Expose custom MCP tools from a globally distributed server.
- Connect the server to Cloudflare AI Playground as a remote MCP client.
- Use the server with Claude Desktop via the
mcp-remoteproxy.
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
How do I deploy the server?
Click the "Deploy to Workers" button or run npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless in your terminal.
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 to Cloudflare AI Playground?
Go to https://playground.ai.cloudflare.com/, enter your deployed MCP server URL (e.g., remote-mcp-server-authless.<your-account>.workers.dev/sse), and use the tools directly from the playground.
How do I connect Claude Desktop to the server?
Install the mcp-remote proxy and configure Claude Desktop’s mcpServers JSON to run npx mcp-remote <your-server-url>/sse, then restart Claude.
Does the server require authentication?
No, this example is specifically designed to run without authentication.
开发工具 分类下的更多 MCP 服务器
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.

Sentry
modelcontextprotocolModel Context Protocol Servers
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
评论