Building a Remote MCP Server on Cloudflare (Without Auth)
@joeyqleq
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 deploys a remote MCP server that requires no authentication on Cloudflare Workers, allowing users to expose custom tools over SSE.
How to use Building a Remote MCP Server on Cloudflare (Without Auth)?
Deploy via the “Deploy to Workers” button or run npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless. Then customize tools inside src/index.ts using this.server.tool(...). Connect clients like Cloudflare AI Playground or Claude Desktop (via the mcp-remote proxy) using the deployed SSE URL.
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- No authentication required for the remote MCP server.
- One-click deployment to Cloudflare Workers.
- Custom tools can be added by editing
src/index.ts. - Connects to Cloudflare AI Playground as a remote MCP client.
- Works with local MCP clients via the
mcp-remoteproxy.
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Expose custom MCP tools publicly without managing authentication.
- Prototype and test MCP tools quickly using Cloudflare Workers.
- Connect remote tools to Cloudflare AI Playground for interactive use.
- Integrate custom tools with Claude Desktop using a proxy.
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
What URL does the server get deployed to?
The server is deployed to a URL like remote-mcp-server-authless.<your-account>.workers.dev/sse.
How do I add custom tools to the MCP server?
Define each tool inside the init() method of src/index.ts using this.server.tool(...).
How can I connect to this server from Cloudflare AI Playground?
Go to https://playground.ai.cloudflare.com/, enter your deployed SSE URL, and start using the tools.
How do I connect this server to Claude Desktop?
Use the mcp-remote proxy: add a configuration entry in Claude Desktop’s MCP settings with command: "npx" and args including "mcp-remote" followed by the SSE URL.
Does this MCP server require authentication?
No, the deployment is explicitly built without authentication.
Frequently asked questions
What URL does the server get deployed to?
The server is deployed to a URL like `remote-mcp-server-authless.<your-account>.workers.dev/sse`.
How do I add custom tools to the MCP server?
Define each tool inside the `init()` method of `src/index.ts` using `this.server.tool(...)`.
How can I connect to this server from Cloudflare AI Playground?
Go to https://playground.ai.cloudflare.com/, enter your deployed SSE URL, and start using the tools.
How do I connect this server to Claude Desktop?
Use the `mcp-remote` proxy: add a configuration entry in Claude Desktop’s MCP settings with `command: "npx"` and args including `"mcp-remote"` followed by the SSE URL.
Does this MCP server require authentication?
No, the deployment is explicitly built without authentication.
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.

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 ·
TranscriptFetch MCP Server
TranscriptFetchModel Context Protocol (MCP) server for TranscriptFetch: fetch YouTube transcripts, search, channels, and playlists from any MCP client.
ZeroBeacon — 1000-Tool Collision-Proof Commerce Router
DavidFox998ZeroBeacon.ai — Collision-proof commerce router for AI agents. 1000 MCP tools: commerce, trust, billing, sovereign ID + everyday tools. LIVE.

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