Building a Remote MCP Server on Cloudflare (Without Auth)
@zackgilbert
About Building a Remote MCP Server on Cloudflare (Without Auth)
No overview available yet
Basic information
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 that does not require authentication. It uses SSE (Server-Sent Events) transport and allows AI clients to connect and use custom tools.
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. After deployment, connect from Cloudflare AI Playground by entering the SSE URL, or from Claude Desktop by configuring the mcp-remote proxy with the same URL.
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deployable on Cloudflare Workers with no authentication.
- Uses SSE transport for remote MCP communication.
- Custom tools defined in
src/index.tsviathis.server.tool(). - One-click deployment via Cloudflare button.
- Connects to Cloudflare AI Playground and Claude Desktop.
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploy a remote MCP server for AI agents without needing authentication.
- Integrate custom MCP tools directly into Cloudflare AI Playground.
- Connect remote MCP tools to Claude Desktop using a local proxy.
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
What does this server do?
It provides a remote MCP server that runs on Cloudflare Workers, allowing AI clients to call tools over SSE without authentication.
How do I deploy it?
You can click the "Deploy to Workers" button or use the command npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless.
How do I add custom tools?
Define each tool inside the init() method of src/index.ts using this.server.tool(...).
More Developer Tools MCP servers
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
Grafana MCP server
grafanaMCP server for Grafana
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
Comments