Building a Remote MCP Server on Cloudflare (Without Auth)
@ricable
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)?
A server that deploys a remote MCP (Model Context Protocol) server on Cloudflare Workers without requiring authentication. It is intended for developers who want to expose MCP tools over SSE (Server-Sent Events) using Cloudflare's edge infrastructure.
How to use Building a Remote MCP Server on Cloudflare (Without Auth)?
Deploy by clicking the "Deploy to Workers" button or run npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless in the terminal. After deployment, add custom tools inside the init() method of src/index.ts using this.server.tool(...). Connect clients by providing the SSE endpoint (e.g., remote-mcp-server-authless.<account>.workers.dev/sse).
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Zero‑auth remote MCP server deployment on Cloudflare Workers.
- SSE‑based transport for remote MCP clients.
- Custom tools defined via
this.server.tool(...). - One‑click deploy or CLI scaffolding from official template.
- Works with Cloudflare AI Playground (remote MCP client).
- Compatible with local clients via
mcp-remoteproxy.
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Expose custom MCP tools to remote clients without managing authentication.
- Rapidly prototype MCP‑based functionalities on Cloudflare’s edge.
- Connect Cloudflare AI Playground to custom tooling.
- Integrate tools with Claude Desktop via the
mcp-remoteproxy.
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
What does this server do?
It deploys a remote MCP server on Cloudflare Workers that uses SSE (Server‑Sent Events) transport and does not require authentication.
How do I deploy it?
Click the "Deploy to Workers" button or use npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless in your terminal.
How do I add custom tools?
Edit src/index.ts and define each tool inside the init() method using this.server.tool(...).
Where can I connect this MCP server?
Connect from Cloudflare AI Playground (https://playground.ai.cloudflare.com/) or from local clients like Claude Desktop using the mcp-remote proxy.
What are the runtime requirements?
A Cloudflare account and Node.js with npm (for CLI deployment). The server runs on Cloudflare Workers with no additional dependencies beyond the template.
Frequently asked questions
What does this server do?
It deploys a remote MCP server on Cloudflare Workers that uses SSE (Server‑Sent Events) transport and does not require authentication.
How do I deploy it?
Click the "Deploy to Workers" button or use `npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless` in your terminal.
How do I add custom tools?
Edit `src/index.ts` and define each tool inside the `init()` method using `this.server.tool(...)`.
Where can I connect this MCP server?
Connect from Cloudflare AI Playground (https://playground.ai.cloudflare.com/) or from local clients like Claude Desktop using the `mcp-remote` proxy.
What are the runtime requirements?
A Cloudflare account and Node.js with npm (for CLI deployment). The server runs on Cloudflare Workers with no additional dependencies beyond the template.
Basic information
More Developer Tools MCP servers

Perfex CRM
themesicTurn Perfex CRM into an AI-ready workspace. This MCP server exposes your full REST API to Claude, ChatGPT and any AI agent, so leads, invoices and tasks are one prompt away.

TaskerArmy Agent
TaskerArmyAsk Claude or ChatGPT what Shopify theme optimization tasks are pending on your store, a remote MCP server for TaskerArmy Agent accounts.

Moxie Docs
Jackalope-DevAutomated codebase documentation for GitHub: searchable docs, MCP context for AI agents, doc drift detection, and Friday Cleanup PRs.

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

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.
Comments