Building a Remote MCP Server on Cloudflare (Without Auth)
@jbw1991
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",
"remote-mcp-server-authless.your-account.workers.dev/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 allows you to deploy a remote MCP server that doesn't require authentication on Cloudflare Workers.
How to use Building a Remote MCP Server on Cloudflare (Without Auth)?
Deploy with the Cloudflare Deploy button, or run npm create cloudflare@latest my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless locally. Customize tools in src/index.ts inside the init() method using this.server.tool(...). Connect to your deployed server URL (e.g., remote-mcp-server-authless.<account>.workers.dev/sse) from Cloudflare AI Playground or local MCP clients via the mcp-remote proxy.
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploys to Cloudflare Workers without authentication.
- Customizable MCP tools defined in TypeScript.
- Connects to Cloudflare AI Playground as a remote client.
- Connects to Claude Desktop via the mcp-remote proxy.
- Quick deploy using the Cloudflare Deploy button or CLI.
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploy a remote MCP server that requires no user authentication.
- Expose custom MCP tools from the cloud without managing infrastructure.
- Prototype or demo MCP integrations with minimal setup overhead.
- Connect cloud-hosted MCP tools to desktop AI clients.
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
How do I deploy the MCP server?
Click the "Deploy to Workers" button or run the npm create cloudflare command with the provided template.
How do I customize the tools?
Define each tool inside the init() method of src/index.ts using this.server.tool(...).
How can I connect to the Cloudflare AI Playground?
Go to https://playground.ai.cloudflare.com/, enter your deployed server URL (ending in /sse), and use its tools directly.
How do I connect Claude Desktop to this MCP server?
Install the mcp-remote proxy, then in Claude Desktop Settings > Developer > Edit Config, add an entry that runs npx mcp-remote <your-server-url>/sse.
Does the server require authentication?
No, this template deploys a remote MCP server that explicitly does not require authentication.
Frequently asked questions
How do I deploy the MCP server?
Click the "Deploy to Workers" button or run the `npm create cloudflare` command with the provided template.
How do I customize the tools?
Define each tool inside the `init()` method of `src/index.ts` using `this.server.tool(...)`.
How can I connect to the Cloudflare AI Playground?
Go to https://playground.ai.cloudflare.com/, enter your deployed server URL (ending in `/sse`), and use its tools directly.
How do I connect Claude Desktop to this MCP server?
Install the `mcp-remote` proxy, then in Claude Desktop Settings > Developer > Edit Config, add an entry that runs `npx mcp-remote <your-server-url>/sse`.
Does the server require authentication?
No, this template deploys a remote MCP server that explicitly does not require authentication.
Basic information
More Developer Tools MCP servers

Foremerge
naw103Catch intent conflicts before code conflicts. The open-source coordination protocol for coding agents, built above Git.

Codex Pets
astandrikPublic read-only MCP server for discovering, inspecting, installing, and sharing approved Codex-compatible animated pet packs.
Agent Conductor
icohangar-opsAgent conductor — AGENTS.md contract parser, SKILL.md registry, CHP decision engine over MCP
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:

Skilder.ai
skilder.aiRun skills and MCP tools like production software: versioned, composed into roles, distributed to every agent from one governed library.
Comments