Building a Remote MCP Server on Cloudflare (Without Auth)
@adappterxyz
About Building a Remote MCP Server on Cloudflare (Without Auth)
No overview available yet
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Building a Remote MCP Server on Cloudflare (Without Auth)?
This example allows you to deploy a remote MCP server that requires no authentication on Cloudflare Workers. It is intended for developers who want to quickly set up a remote MCP server for use with clients like the Cloudflare AI Playground or local MCP clients such as Claude Desktop.
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. After deployment, connect to the server’s SSE endpoint (e.g., remote-mcp-server-authless.<your-account>.workers.dev/sse). Custom tools are added in the init() method of src/index.ts using this.server.tool(...).
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploy a remote MCP server without authentication.
- Runs on Cloudflare Workers for global edge deployment.
- Exposes tools via SSE endpoint.
- Easily customizable with custom tools.
- One-click deploy button available.
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Connect to Cloudflare AI Playground as a remote MCP client.
- Use with Claude Desktop via the
mcp-remoteproxy. - Prototype and test MCP tools without setting up authentication.
- Host a public MCP server for lightweight integrations.
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
How do I deploy this MCP server?
Use 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 custom 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 (the /sse endpoint), and then use the tools directly from the playground.
How do I connect Claude Desktop to this server?
Use the mcp-remote proxy. In Claude Desktop's settings, add an MCP server with command npx mcp-remote <your-server-url>/sse.
Does this server require authentication?
No, by design this server does not require authentication. The title explicitly states "Without Auth".
More Developer Tools 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
Grafana MCP server
grafanaMCP server for Grafana
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
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
Comments