Building a Remote MCP Server on Cloudflare (Without Auth)
@tekconnekt
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 lets you deploy a remote MCP (Model Context Protocol) server that does not require authentication on Cloudflare Workers. It is intended for developers who want to run an MCP server on Cloudflare’s edge infrastructure without adding auth logic.
How to use Building a Remote MCP Server on Cloudflare (Without Auth)?
Deploy with the “Deploy to Workers” button, which creates a server at a URL like remote-mcp-server-authless.<your-account>.workers.dev/sse. Alternatively, run npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless to set it up locally. To add custom tools, define them inside the init() method of src/index.ts using this.server.tool(...).
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Zero‑authentication deployment on Cloudflare Workers.
- Server‑sent events (SSE) endpoint at
/sse. - Customizable tools defined in TypeScript.
- Connects directly to Cloudflare AI Playground.
- Works with local MCP clients via
mcp-remoteproxy.
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Hosting a public MCP tool server on Cloudflare’s edge.
- Testing MCP tools from the Cloudflare AI Playground.
- Connecting the server to Claude Desktop for AI workflows.
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
How do I deploy my own instance?
Click the “Deploy to Workers” button or use the npm create cloudflare command with the provided template.
How can I add custom tools?
Edit src/index.ts and call this.server.tool(...) inside the init() method, following the Cloudflare MCP tools documentation.
Does this server require authentication?
No, authentication is explicitly omitted. The server is deployed without any auth guard.
How do I connect to Claude Desktop?
Use the mcp-remote npm package as a proxy. Configure Claude Desktop’s mcpServers with command: "npx" and arguments pointing to the remote SSE URL.
Where can I test the server quickly?
Connect to it from the Cloudflare AI Playground at https://playground.ai.cloudflare.com/ by entering the deployed SSE URL.
Frequently asked questions
How do I deploy my own instance?
Click the “Deploy to Workers” button or use the `npm create cloudflare` command with the provided template.
How can I add custom tools?
Edit `src/index.ts` and call `this.server.tool(...)` inside the `init()` method, following the Cloudflare MCP tools documentation.
Does this server require authentication?
No, authentication is explicitly omitted. The server is deployed without any auth guard.
How do I connect to Claude Desktop?
Use the `mcp-remote` npm package as a proxy. Configure Claude Desktop’s `mcpServers` with `command: "npx"` and arguments pointing to the remote SSE URL.
Where can I test the server quickly?
Connect to it from the Cloudflare AI Playground at `https://playground.ai.cloudflare.com/` by entering the deployed SSE URL.
Basic information
More Developer Tools MCP servers
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:
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
endoflife.ai
endoflife.aiFree MCP server for software end-of-life intelligence: EOL dates, support status, and the 0-100 EOL Risk Score across 485 tracked products. Agents can check a single version, pull a product's full lifecycle schedule, or
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
Comments