Building a Remote MCP Server on Cloudflare (Without Auth)
@Koploseus
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
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 server deploys a remote MCP (Model Context Protocol) server on Cloudflare Workers that requires no authentication. It is intended for developers who want to experiment with remote MCP tools 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 via the “Deploy to Workers” button or run npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless. Customize tools inside the init() method of src/index.ts. Connect the deployed URL (e.g., https://remote-mcp-server-authless.<your-account>.workers.dev/sse) to Cloudflare AI Playground or use the mcp-remote proxy to connect from Claude Desktop.
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deployed on Cloudflare Workers with no authentication required.
- Remote SSE transport for MCP communication.
- Easily customizable with your own tools via
this.server.tool(...). - Works with Cloudflare AI Playground as a remote MCP client.
- Connectable to local MCP clients via the
mcp-remoteproxy.
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Prototype remote MCP tools without setting up authentication.
- Test MCP tool integrations from Cloudflare AI Playground.
- Connect remote MCP servers to Claude Desktop for local workflow.
- Learn how to deploy and customize a stateless MCP server on the edge.
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
Does this server require authentication?
No. This MCP server is deliberately built without authentication for ease of testing and prototyping.
How do I deploy this server?
Use the “Deploy to Workers” button in the README or run npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless to create a local project and deploy.
How can I connect it to Claude Desktop?
Install the mcp-remote npm package and configure Claude Desktop’s MCP servers with the command npx mcp-remote <your-server-url>/sse.
What runtime or dependencies are needed?
A Cloudflare account for deployment. For local development, Node.js and npm are required. No additional authentication libraries are needed.
Where does the server data live?
The MCP server runs on Cloudflare Workers edge infrastructure. No persistent data storage is mentioned in this example.
Frequently asked questions
Does this server require authentication?
No. This MCP server is deliberately built without authentication for ease of testing and prototyping.
How do I deploy this server?
Use the “Deploy to Workers” button in the README or run `npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless` to create a local project and deploy.
How can I connect it to Claude Desktop?
Install the `mcp-remote` npm package and configure Claude Desktop’s MCP servers with the command `npx mcp-remote <your-server-url>/sse`.
What runtime or dependencies are needed?
A Cloudflare account for deployment. For local development, Node.js and npm are required. No additional authentication libraries are needed.
Where does the server data live?
The MCP server runs on Cloudflare Workers edge infrastructure. No persistent data storage is mentioned in this example.
Basic information
More Developer Tools MCP servers
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
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
Altronis
sypherinMCP server + CLI for Altronis — Singapore AI consulting. Ask the Lyra consultant, generate a grant-matched AI transformation plan, pull curated SG AI events/news. Read-only, wraps altronis.sg.
TranscriptFetch MCP Server
TranscriptFetchModel Context Protocol (MCP) server for TranscriptFetch: fetch YouTube transcripts, search, channels, and playlists from any MCP client.

BetterBugs
BetterBugsThe BetterBugs MCP (Model Context Protocol) enables you to load BetterBugs bug reports (via report links) directly to your preferred AI Agents and developer environments with MCP Client capabilities (such as Cursor, VS C
Comments