Building a Remote MCP Server on Cloudflare (Without Auth)
@alasdairnicol
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)?
This example demonstrates how to deploy a remote MCP (Model Context Protocol) server on Cloudflare Workers that requires no authentication. It is intended for developers who want to quickly set up a remote MCP server and connect it to clients like the 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 the CLI command npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless. After deployment, the server is available at a URL like remote-mcp-server-authless.<your-account>.workers.dev/sse. Customize by adding tools inside the init() method of src/index.ts with this.server.tool(...). Connect to clients by entering the SSE endpoint URL.
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploys a remote MCP server on Cloudflare Workers with no authentication.
- Provides a one-click deploy button or CLI setup.
- Supports custom tool definitions via
this.server.tool(...). - Connects directly to Cloudflare AI Playground as a remote MCP client.
- Works with Claude Desktop through the
mcp-remoteproxy.
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Quickly prototyping an MCP server without setting up authentication.
- Integrating MCP tools into Cloudflare's AI Playground for testing.
- Connecting a local MCP client (e.g., Claude Desktop) to a cloud-hosted server.
- Sharing a simple, public MCP server for demo or development purposes.
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
How do I deploy this MCP server?
Use the "Deploy to Workers" button from the README, 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?
Each tool is defined 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 this server to Cloudflare AI Playground?
Go to https://playground.ai.cloudflare.com/, enter your deployed SSE URL (e.g., remote-mcp-server-authless.<your-account>.workers.dev/sse), and you can use the tools from the playground.
How do I connect Claude Desktop to this remote MCP server?
Install the mcp-remote proxy and configure Claude Desktop’s MCP settings with the mcp-remote command pointing to your server’s SSE URL. A sample configuration is provided in the README.
Does this server require authentication?
No, the title explicitly states "Without Auth". The server is deployed with no authentication mechanism.
Frequently asked questions
How do I deploy this MCP server?
Use the "Deploy to Workers" button from the README, 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?
Each tool is defined 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 this server to Cloudflare AI Playground?
Go to https://playground.ai.cloudflare.com/, enter your deployed SSE URL (e.g., `remote-mcp-server-authless.<your-account>.workers.dev/sse`), and you can use the tools from the playground.
How do I connect Claude Desktop to this remote MCP server?
Install the `mcp-remote` proxy and configure Claude Desktop’s MCP settings with the `mcp-remote` command pointing to your server’s SSE URL. A sample configuration is provided in the README.
Does this server require authentication?
No, the title explicitly states "Without Auth". The server is deployed with no authentication mechanism.
Basic information
More Developer Tools MCP servers

Routebase
RoutebaseRoutebase keeps your API's design, docs, contract tests, mocks and monitoring in one living OpenAPI spec so they can't drift apart. Agents work on that same source of truth, under your team's permissions.

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.
extentos
Asger mølgaardExtentos is a multi-vendor development platform for adding smart-glasses capabilities to existing iOS and Android apps. The simplest analogy is Stripe for smart glasses:
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

Apiosk
obcraftAI-native payments for tools and APIs. Discover, pay for, execute, and publish monetized APIs directly from your agent, settled per call in USDC over x402, through the Model Context Protocol. payments · finance · x402 ·
Comments