Building a Remote MCP Server on Cloudflare (Without Auth)
@jchandani
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 allows you to deploy a remote MCP server on Cloudflare Workers that does not require authentication. It is for developers who want to serve MCP tools remotely and connect them to clients like 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 run npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless. After deployment, connect to Cloudflare AI Playground by entering the SSE URL, or to Claude Desktop by configuring the mcp-remote proxy in the Claude Desktop settings.
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploy a remote MCP server without authentication.
- Add custom tools via
this.server.tool(...)insrc/index.ts. - Connect directly to Cloudflare AI Playground as a remote MCP client.
- Connect to Claude Desktop using the mcp-remote proxy.
- Deploy with a single button or CLI command.
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploy a public MCP server without user authentication.
- Expose custom MCP tools accessible from remote clients.
- Test MCP tools in the Cloudflare AI Playground.
- Use remote MCP tools within Claude Desktop.
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
What is the deployment URL format?
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 server?
Define each tool inside the init() method of src/index.ts using this.server.tool(...).
How do I connect to Cloudflare AI Playground?
Go to https://playground.ai.cloudflare.com/, enter your deployed MCP server URL (ending in /sse), and start using the tools.
How do I connect to Claude Desktop?
Use the mcp-remote proxy by adding a configuration entry in Claude Desktop’s settings with "command": "npx" and "args": ["mcp-remote", "<your-sse-url>"].
Does this server require authentication?
No, this server is explicitly built without authentication.
Frequently asked questions
What is the deployment URL format?
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 server?
Define each tool inside the `init()` method of `src/index.ts` using `this.server.tool(...)`.
How do I connect to Cloudflare AI Playground?
Go to https://playground.ai.cloudflare.com/, enter your deployed MCP server URL (ending in `/sse`), and start using the tools.
How do I connect to Claude Desktop?
Use the mcp-remote proxy by adding a configuration entry in Claude Desktop’s settings with `"command": "npx"` and `"args": ["mcp-remote", "<your-sse-url>"]`.
Does this server require authentication?
No, this server is explicitly built without authentication.
Basic information
More Developer Tools MCP servers

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

Rams
HSLA0001 Inc.Design review for UI code, inside your agent. One tool (review_files): up to 20 files in, a scored review out — 0–100, issues with severity and file:line, a concrete fix for each. 258 versioned rules across accessibility
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
AptiBuild AI — Career Intelligence
ParklandBuildsAptiBuild AI — Career Intelligence MCP Server Structured career decision scaffolding for AI agents. Provides personality-conditioned business idea generation, official BLS OEWS wage data, FRED labor market signals, and

Meticulous
MeticulousMCP server and skills to connect to the Meticulous UI testing platform.
Comments