Building a Remote MCP Server on Cloudflare (Without Auth)
@ghsaboias
About Building a Remote MCP Server on Cloudflare (Without Auth)
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"calculator": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8787/sse"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Building a Remote MCP Server on Cloudflare (Without Auth)?
This example demonstrates how to deploy a remote Model Context Protocol (MCP) server on Cloudflare Workers without requiring authentication. It is intended for developers who want to host customizable MCP tools on Cloudflare’s edge network.
How to use Building a Remote MCP Server on Cloudflare (Without Auth)?
Deploy directly using the Cloudflare Workers deploy button, or run npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless locally. Add custom tools inside the init() method of src/index.ts using this.server.tool(...). Connect remote MCP clients by providing the deployed SSE URL.
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deployable to Cloudflare Workers with a single click or CLI command.
- Supports custom MCP tools defined in TypeScript.
- Uses SSE (Server-Sent Events) transport.
- No authentication required for connections.
- Integrates with Cloudflare AI Playground as a remote MCP client.
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploying a public MCP server for testing or personal use.
- Connecting a remote MCP server to Cloudflare AI Playground.
- Integrating remote MCP tools with local desktop clients like Claude Desktop via an
mcp-remoteproxy.
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
What does this server do?
It hosts MCP tools on Cloudflare Workers over SSE, without any authentication layer.
How do I deploy this server?
Click the "Deploy to Workers" button on the README or run npm create cloudflare@latest with the specified template.
How do I add my own tools?
Define each tool inside the init() method of src/index.ts using this.server.tool(...).
How can I test my remote MCP server?
Connect to the server from Cloudflare AI Playground (enter the SSE URL) or from a local MCP client like Claude Desktop using the mcp-remote proxy (configure npx mcp-remote <SSE_URL>).
Does this server require any authentication?
No, this is explicitly an auth‑less remote MCP server.
Frequently asked questions
What does this server do?
It hosts MCP tools on Cloudflare Workers over SSE, without any authentication layer.
How do I deploy this server?
Click the "Deploy to Workers" button on the README or run `npm create cloudflare@latest` with the specified template.
How do I add my own tools?
Define each tool inside the `init()` method of `src/index.ts` using `this.server.tool(...)`.
How can I test my remote MCP server?
Connect to the server from Cloudflare AI Playground (enter the SSE URL) or from a local MCP client like Claude Desktop using the `mcp-remote` proxy (configure `npx mcp-remote <SSE_URL>`).
Does this server require any authentication?
No, this is explicitly an auth‑less remote MCP server.
Basic information
More Developer Tools MCP servers
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
LocalCan
LocalCanGives AI agents public URLs (tunnels) for localhost, live HTTP traffic inspection, snapshot publishing, and access control. Part of LocalCan, the ngrok alternative for Mac, Windows and Linux. Free plan.

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

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.

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