Building a Remote MCP Server on Cloudflare (Without Auth)
@rosedael
About Building a Remote MCP Server on Cloudflare (Without Auth)
No overview available yet
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)?
A deployment template that creates 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 the internet and connect them to remote MCP clients like Cloudflare AI Playground or Claude Desktop.
How to use Building a Remote MCP Server on Cloudflare (Without Auth)?
Deploy with the "Deploy to Workers" button or run npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless. Customize tools by adding them inside the init() method of src/index.ts using this.server.tool(...). Connect to Cloudflare AI Playground by entering the deployed SSE URL, or to Claude Desktop by configuring the mcp-remote proxy in the MCP server settings.
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploy an MCP server to Cloudflare Workers without authentication
- Add custom tools via
this.server.tool(...)in the Worker code - Connect remotely from Cloudflare AI Playground
- Connect from local clients (e.g., Claude Desktop) via an SSE proxy
- Simple one‑click deployment or CLI template
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Expose MCP tools to the Cloudflare AI Playground for remote testing
- Integrate custom MCP tools with Claude Desktop over the internet
- Quickly prototype a serverless MCP endpoint without setting up authentication
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 the npm create cloudflare command with the provided template.
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 from the Cloudflare AI Playground?
Go to https://playground.ai.cloudflare.com/, enter your deployed SSE URL (e.g., remote-mcp-server-authless.<account>.workers.dev/sse), and use the tools.
How do I connect from Claude Desktop?
Install the mcp-remote npm package and configure Claude Desktop's MCP servers to run npx mcp-remote <your-sse-url>.
Does this server include any authentication?
No. The server is designed to be deployed without authentication as stated in the title and README.
Frequently asked questions
How do I deploy the server?
Click the "Deploy to Workers" button or run the `npm create cloudflare` command with the provided template.
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 from the Cloudflare AI Playground?
Go to https://playground.ai.cloudflare.com/, enter your deployed SSE URL (e.g., `remote-mcp-server-authless.<account>.workers.dev/sse`), and use the tools.
How do I connect from Claude Desktop?
Install the `mcp-remote` npm package and configure Claude Desktop's MCP servers to run `npx mcp-remote <your-sse-url>`.
Does this server include any authentication?
No. The server is designed to be deployed **without authentication** as stated in the title and README.
Basic information
More Developer Tools MCP servers

PuzzleTide Puzzle Generator
Caravaca-LabsWord search generator, crossword generator, and sudoku generator + solver as a local-first MCP server. 15 deterministic tools: printable PDF puzzle worksheets, themed word banks, and verifiable LLM evals. From the makers
TranscriptFetch MCP Server
TranscriptFetchModel Context Protocol (MCP) server for TranscriptFetch: fetch YouTube transcripts, search, channels, and playlists from any MCP client.
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
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.

BetterBugs
BetterBugsThe BetterBugs MCP (Model Context Protocol) enables you to load BetterBugs bug reports (via report links) directly to your preferred AI Agents and developer environments with MCP Client capabilities (such as Cursor, VS C
Comments