Building a Remote MCP Server on Cloudflare (Without Auth)
@Jacqopb
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 deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers without requiring authentication. It is designed for developers who want to expose MCP tools over the internet quickly, using Cloudflare’s serverless platform.
How to use Building a Remote MCP Server on Cloudflare (Without Auth)?
Deploy using the “Deploy to Workers” button to get a URL like remote-mcp-server-authless.<account>.workers.dev/sse, or run npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless. Customize tools by editing init() in src/index.ts with this.server.tool(...). Connect to Cloudflare AI Playground by entering the SSE URL, or to Claude Desktop by configuring a mcp-remote proxy in claude_desktop_config.json.
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deployable via a one‑click “Deploy to Workers” button
- No authentication required for access
- Exposes tools over SSE at a public URL
- Tools are defined programmatically with
this.server.tool() - Compatible with Cloudflare AI Playground as a remote client
- Works with local MCP clients via the
mcp-remoteproxy
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Quickly prototyping and sharing MCP tools without managing authentication
- Testing MCP tools from the Cloudflare AI Playground
- Integrating MCP tools into Claude Desktop through a remote proxy
- Providing publicly accessible MCP servers for demos or lightweight workloads
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
What runtime does the server require?
It runs on Cloudflare Workers; local development uses npm and the create cloudflare CLI.
How do I add custom tools?
Define each tool inside the init() method of src/index.ts using this.server.tool(...).
How can I connect to the Cloudflare AI Playground?
Go to https://playground.ai.cloudflare.com/ and enter your deployed SSE URL (remote-mcp-server-authless.<account>.workers.dev/sse).
How do I connect Claude Desktop to this server?
Use the mcp-remote npm package as a proxy. In Claude Desktop’s claude_desktop_config.json, set the command to npx with arguments ["mcp-remote", "<sse-url>"].
Does this server require authentication?
No, this example explicitly deploys an MCP server without authentication.
Frequently asked questions
What runtime does the server require?
It runs on Cloudflare Workers; local development uses npm and the `create cloudflare` CLI.
How do I add custom tools?
Define each tool inside the `init()` method of `src/index.ts` using `this.server.tool(...)`.
How can I connect to the Cloudflare AI Playground?
Go to https://playground.ai.cloudflare.com/ and enter your deployed SSE URL (`remote-mcp-server-authless.<account>.workers.dev/sse`).
How do I connect Claude Desktop to this server?
Use the `mcp-remote` npm package as a proxy. In Claude Desktop’s `claude_desktop_config.json`, set the command to `npx` with arguments `["mcp-remote", "<sse-url>"]`.
Does this server require authentication?
No, this example explicitly deploys an MCP server **without** authentication.
Basic information
More Developer Tools MCP servers

Air Pipe
airpipeBuild, validate, deploy — HTTP APIs, cron jobs, webhooks and MCP tools — from your AI client.
AptiBuild AI — Career Intelligence
ParklandBuildsAptiBuild AI MCP Server — career, labor market, and business idea intelligence for AI agents. 11 tools covering real-time FRED labor market signals, BLS wage data (126 occupations), AI-generated app ideas, career paths,
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.
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
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
Comments