Building a Remote MCP Server on Cloudflare (Without Auth)
@selee3707
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)?
A template for deploying a remote MCP server without authentication on Cloudflare Workers. It is for developers who want a quick, serverless MCP endpoint on Cloudflare's edge network.
How to use Building a Remote MCP Server on Cloudflare (Without Auth)?
Deploy with the "Deploy to Workers" button or run npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless. Customize tools inside src/index.ts using this.server.tool(...). Connect from Cloudflare AI Playground or from local clients like Claude Desktop via the mcp-remote proxy.
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploy a remote MCP server without authentication.
- Runs on Cloudflare Workers for serverless hosting.
- Add custom MCP tools programmatically.
- Connect from Cloudflare AI Playground.
- Compatible with local MCP clients via proxy.
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploy a public MCP server for testing or prototyping.
- Provide MCP tools accessible from Cloudflare AI Playground.
- Integrate MCP tools into Claude Desktop through a remote server.
- Host a lightweight, non-authenticated MCP endpoint for internal demos.
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
Does this MCP server require authentication?
No, this example deploys a remote MCP server that does not require authentication.
How do I deploy the MCP server?
You can deploy using the "Deploy to Workers" button or by running the npm create cloudflare command with the provided template URL.
How do I add custom tools to the server?
Define each tool inside the init() method of src/index.ts using the this.server.tool(...) syntax.
How do I connect from Cloudflare AI Playground?
Go to the Cloudflare AI Playground, enter your deployed MCP server URL (ending in /sse), and use the tools directly.
How do I connect from Claude Desktop?
Use the mcp-remote proxy by adding a configuration entry in Claude Desktop's settings with the remote server URL.
Frequently asked questions
Does this MCP server require authentication?
No, this example deploys a remote MCP server that does not require authentication.
How do I deploy the MCP server?
You can deploy using the "Deploy to Workers" button or by running the npm create cloudflare command with the provided template URL.
How do I add custom tools to the server?
Define each tool inside the `init()` method of `src/index.ts` using the `this.server.tool(...)` syntax.
How do I connect from Cloudflare AI Playground?
Go to the Cloudflare AI Playground, enter your deployed MCP server URL (ending in `/sse`), and use the tools directly.
How do I connect from Claude Desktop?
Use the `mcp-remote` proxy by adding a configuration entry in Claude Desktop's settings with the remote server URL.
Basic information
More Developer Tools MCP servers
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.

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
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.

TaskerArmy Agent
TaskerArmyAsk Claude or ChatGPT what Shopify theme optimization tasks are pending on your store, a remote MCP server for TaskerArmy Agent accounts.
TranscriptFetch MCP Server
TranscriptFetchModel Context Protocol (MCP) server for TranscriptFetch: fetch YouTube transcripts, search, channels, and playlists from any MCP client.
Comments