Building a Remote MCP Server on Cloudflare (Without Auth)
@shaokun
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)?
An example MCP server that can be deployed to Cloudflare Workers without requiring authentication. It provides an SSE endpoint and allows developers to add custom tools. It is intended for anyone who wants a remote MCP server that is easy to deploy and connect to from clients such as Cloudflare AI Playground or Claude Desktop.
How to use Building a Remote MCP Server on Cloudflare (Without Auth)?
Deploy using the "Deploy to Workers" button or via the command npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless. Customize tools inside the init() method of src/index.ts using this.server.tool(...). Connect to the server from Cloudflare AI Playground by entering the deployed URL (remote-mcp-server-authless.<your-account>.workers.dev/sse) or from Claude Desktop using the mcp-remote proxy in the mcpServers configuration.
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deployable on Cloudflare Workers with one click or via CLI.
- No authentication required.
- SSE endpoint at
/sse. - Customizable tools defined in
src/index.ts. - Connectable from Cloudflare AI Playground and Claude Desktop.
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploy a remote MCP server for prototyping or testing without auth complexity.
- Integrate custom tools with Cloudflare AI Playground as a remote MCP client.
- Connect Claude Desktop to a remote MCP server using the
mcp-remoteproxy.
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
Does this MCP server require authentication?
No, the server is intentionally built without authentication.
How do I deploy the 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 can I add my own tools?
Define each tool inside the init() method of src/index.ts using this.server.tool(...).
How do I connect from Claude Desktop?
Use the mcp-remote npm package as a proxy and configure the mcpServers in Claude Desktop's settings with the appropriate command and URL.
Where is the SSE endpoint located?
The SSE endpoint is at /sse on the deployed worker URL (e.g., remote-mcp-server-authless.<your-account>.workers.dev/sse).
Frequently asked questions
Does this MCP server require authentication?
No, the server is intentionally built without authentication.
How do I deploy the 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 can I add my own tools?
Define each tool inside the `init()` method of `src/index.ts` using `this.server.tool(...)`.
How do I connect from Claude Desktop?
Use the `mcp-remote` npm package as a proxy and configure the `mcpServers` in Claude Desktop's settings with the appropriate command and URL.
Where is the SSE endpoint located?
The SSE endpoint is at `/sse` on the deployed worker URL (e.g., `remote-mcp-server-authless.<your-account>.workers.dev/sse`).
Basic information
More Developer Tools MCP servers
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers

Reelier
Maxime HouleAgents make claims. Reelier writes receipts — record an agent's tool-call workflow once, replay it deterministically at 0 tokens, and diff runs to catch drift.
Altronis
sypherinMCP server + CLI for Altronis — Singapore AI consulting. Ask the Lyra consultant, generate a grant-matched AI transformation plan, pull curated SG AI events/news. Read-only, wraps altronis.sg.
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
Comments