Building a Remote MCP Server on Cloudflare (Without Auth)
@yamanoku-playground
About Building a Remote MCP Server on Cloudflare (Without Auth)
No overview available yet
Basic information
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)?
A template that deploys a remote MCP (Model Context Protocol) server to Cloudflare Workers with no authentication required. It is intended for developers who want to quickly run MCP tools in the cloud and connect them to MCP 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 by running npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless. Customize tools in src/index.ts using this.server.tool(...). Connect from Cloudflare AI Playground by entering the deployed SSE URL, or from Claude Desktop using the mcp-remote proxy with a JSON configuration.
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploy a remote MCP server on Cloudflare Workers with one click.
- No authentication required for the deployed server.
- Add custom MCP tools inside the
init()method. - Connect to Cloudflare AI Playground as a remote MCP client.
- Connect to Claude Desktop via the
mcp-remoteproxy. - Uses SSE (Server-Sent Events) transport at the
/sseendpoint.
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Quickly prototype and test MCP tools without setting up authentication.
- Expose MCP tools publicly in a development or demo environment.
- Integrate MCP capabilities into Cloudflare AI Playground workflows.
- Use the same MCP server from multiple local clients, such as Claude Desktop.
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
Do I need a Cloudflare account to deploy?
Yes. Deploying the server requires a Cloudflare account to host the worker.
What transport protocol does the server use?
It uses SSE (Server-Sent Events) at the /sse endpoint.
How do I add my own tools?
Define each tool inside the init() method of src/index.ts using this.server.tool(...).
How can I connect Claude Desktop to this server?
Use the mcp-remote NPM package as a proxy and configure the server URL in Claude Desktop’s MCP settings JSON.
Does this server support authentication?
No. This template is specifically designed to be deployed without authentication.
More Productivity MCP servers
MCP Shrimp Task Manager
cjo4m06Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. It converts natural language into structured dev tasks with dependency tracking and iterative refinement, enabling agent-like developer behavior in reasoning A
Lamda
firerpaAndroid Full-Stack Device Control Platform: WebRTC/H.264 remote desktop, UI/OCR/image-matching automation, one-click MITM, built-in Frida, proxy/VPN/frp/P2P networking, MCP/Agent, 160+ APIs, designed for multi-device clusters and engineered deployments.
Computer Control MCP
AB498MCP server that provides computer control capabilities, like mouse, keyboard, OCR, etc. using PyAutoGUI, RapidOCR, ONNXRuntime. Similar to 'computer-use' by Anthropic. With Zero External Dependencies.
Todo List MCP Server
RegiByteAn MCP server for managing todos within LLMs, created for educational purposes
mcp-server-macos-use
mediar-aiAI agent that controls computer with OS-level tools, MCP compatible, works with any model
Comments