Building a Remote MCP Server on Cloudflare (Without Auth)
@mohd-arham-islam
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 template to deploy a remote MCP (Model Context Protocol) server on Cloudflare Workers without authentication. It uses SSE (Server-Sent Events) transport and is designed for developers who want a quick, publicly accessible MCP endpoint to serve custom tools.
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 locally. After deployment, the server is available at a URL like remote-mcp-server-authless.<your-account>.workers.dev/sse. Custom tools are added 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 as a remote MCP server on Cloudflare Workers with no auth.
- Exposes tools via an SSE endpoint.
- Add custom MCP tools by editing the source code.
- Connect from Cloudflare AI Playground as a remote MCP client.
- Use with local clients like Claude Desktop via the
mcp-remoteproxy.
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Quickly prototype an MCP server for testing without setting up authentication.
- Serve custom MCP tools to Cloudflare’s AI Playground for interactive experimentation.
- Connect a remote MCP server to Claude Desktop using a lightweight proxy.
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
What is this server for?
It provides a template to deploy an MCP server on Cloudflare Workers with no authentication required, exposing tools over SSE.
How do I add custom tools?
Define each tool inside the init() method of src/index.ts using this.server.tool(...). Refer to Cloudflare’s MCP tools documentation for details.
How do I connect from Claude Desktop?
Install the mcp-remote proxy (npm), then add a configuration in Claude Desktop’s mcpServers that runs npx mcp-remote <your-sse-url>.
Does the server require authentication?
No, this template explicitly deploys without authentication – hence “authless”. Anyone with the URL can connect.
What transport protocol does it use?
SSE (Server-Sent Events) – the endpoint is /sse.
Frequently asked questions
What is this server for?
It provides a template to deploy an MCP server on Cloudflare Workers with no authentication required, exposing tools over SSE.
How do I add custom tools?
Define each tool inside the `init()` method of `src/index.ts` using `this.server.tool(...)`. Refer to Cloudflare’s MCP tools documentation for details.
How do I connect from Claude Desktop?
Install the `mcp-remote` proxy (`npm`), then add a configuration in Claude Desktop’s `mcpServers` that runs `npx mcp-remote <your-sse-url>`.
Does the server require authentication?
No, this template explicitly deploys without authentication – hence “authless”. Anyone with the URL can connect.
What transport protocol does it use?
SSE (Server-Sent Events) – the endpoint is `/sse`.
Basic information
More Developer Tools MCP servers

Codex Pets
astandrikPublic read-only MCP server for discovering, inspecting, installing, and sharing approved Codex-compatible animated pet packs.

Termany
thinkany-aiAgent-Native Terminal
SecondSim
econdSim provisions real UK mobile numbers (non-VoIP) via eSIM, built for freelancers, sole traders, small businesses, and enterprise teams. Unlike VoIP apps and virtual numbers, SecondSim numbers register as genuine phy

directree
coburn2716directree MCP server — query the honest software directory from any AI assistant

ship.page
BitgateThrow HTML at an API, get an unguessable URL back. Zero-config remote MCP server — your agent deploys pages, sites and CI reports in one call. Free, no signup needed.
Comments