Building a Remote MCP Server on Cloudflare (Without Auth)
@nbbaier
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 is a template for deploying a remote Model Context Protocol (MCP) server on Cloudflare Workers that requires no authentication. It is intended for developers who want to expose MCP tools over SSE without user login.
How to use Building a Remote MCP Server on Cloudflare (Without Auth)?
Deploy with one click using the "Deploy to Workers" button, or via the command npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless. After deployment, customize tools in src/index.ts using this.server.tool(...). Connect remote clients by pointing them to the generated SSE endpoint.
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deployable with one click via Cloudflare Workers
- No authentication required for remote access
- Supports custom tools defined in TypeScript
- Uses SSE transport for real‑time communication
- Works with Cloudflare AI Playground and Claude Desktop
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Expose a calculator tool to Claude Desktop via remote proxy
- Provide AI tools accessible from the Cloudflare AI Playground
- Quickly prototype an MCP server without setting up authentication
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
What exactly does this server do?
It is a remote MCP server that runs on Cloudflare Workers, listens for SSE connections, and exposes tools you define. It does not require any authentication.
How do I deploy it?
Use the “Deploy to Workers” button on the README or run npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless. After deployment, your server is live at a URL like remote-mcp-server-authless.<your-account>.workers.dev/sse.
How do I connect to Cloudflare AI Playground?
Go to https://playground.ai.cloudflare.com/, enter your deployed SSE URL, and start using the tools directly.
How do I connect Claude Desktop to this server?
Install the mcp-remote proxy via npm, then add an entry to Claude Desktop’s MCP config pointing to your SSE endpoint (e.g., http://localhost:8787/sse or the remote URL).
What runtime or dependencies are needed?
You need a Cloudflare Workers account and Node.js/npm to run the local creation command. No database or external service is required.
Frequently asked questions
What exactly does this server do?
It is a remote MCP server that runs on Cloudflare Workers, listens for SSE connections, and exposes tools you define. It does not require any authentication.
How do I deploy it?
Use the “Deploy to Workers” button on the README or run `npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless`. After deployment, your server is live at a URL like `remote-mcp-server-authless.<your-account>.workers.dev/sse`.
How do I connect to Cloudflare AI Playground?
Go to https://playground.ai.cloudflare.com/, enter your deployed SSE URL, and start using the tools directly.
How do I connect Claude Desktop to this server?
Install the `mcp-remote` proxy via npm, then add an entry to Claude Desktop’s MCP config pointing to your SSE endpoint (e.g., `http://localhost:8787/sse` or the remote URL).
What runtime or dependencies are needed?
You need a Cloudflare Workers account and Node.js/npm to run the local creation command. No database or external service is required.
Basic information
More Developer Tools MCP servers
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
Vibgrate MCP
VibgrateQuery your team's drift, vulnerability, and migration data from any AI assistant. Vibgrate MCP connects Cursor, Claude, ChatGPT, Windsurf, or VS Code to Vibgrate Cloud: 51 tools for DriftScores, CVEs and EOL runtimes, up

discoverGPT
Joe MonastierodiscoverGPT is visualAI's unified MCP gateway for AI commerce, exposing 29 tools across four capabilities on one canonical product catalog: trimodal search (natural-language, precise-color, and image-similarity), AI cata
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
Comments