Building a Remote MCP Server on Cloudflare (Without Auth)
@AtlanticBiz
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
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Remote MCP Server on Cloudflare (Without Auth)?
This server allows you to deploy a remote MCP (Model Context Protocol) server that requires no authentication on Cloudflare Workers. It is intended for developers who want to expose MCP tools remotely without auth overhead.
How to use 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 in the init() method of src/index.ts using this.server.tool(...). Connect from Cloudflare AI Playground by entering the SSE URL, or from Claude Desktop using the mcp-remote proxy with a configuration like "command": "npx", "args": ["mcp-remote", "http://localhost:8787/sse"].
Key features of Remote MCP Server on Cloudflare (Without Auth)
- Deployed on Cloudflare Workers with no authentication required.
- Supports adding custom tools via the MCP server’s
tool()method. - Connects seamlessly to Cloudflare AI Playground as a remote MCP client.
- Compatible with Claude Desktop via the
mcp-remoteproxy. - One-click deployment from the GitHub button or npm create command.
Use cases of Remote MCP Server on Cloudflare (Without Auth)
- Expose a public MCP server for testing or development without auth barriers.
- Integrate custom tools into Cloudflare’s AI Playground for interactive experimentation.
- Connect local MCP clients (e.g., Claude Desktop) to a cloud‑hosted tool server.
FAQ from Remote MCP Server on Cloudflare (Without Auth)
How do I deploy the server?
Use the “Deploy to Workers” button or run npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless in the command line.
How do I add my own tools?
Inside the init() method of src/index.ts, define each tool using this.server.tool(name, schema, handler).
Can I connect to it from Claude Desktop?
Yes, install the mcp-remote proxy and configure Claude Desktop’s MCP servers with a JSON entry pointing to the deployed SSE URL.
What runtime/requirements does it need?
It runs on Cloudflare Workers; no local runtime is required after deployment. The mcp-remote proxy (for local clients) needs Node.js and npx.
Does the server require authentication?
No, this example is specifically built without authentication.
Frequently asked questions
How do I deploy the server?
Use the “Deploy to Workers” button or run `npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless` in the command line.
How do I add my own tools?
Inside the `init()` method of `src/index.ts`, define each tool using `this.server.tool(name, schema, handler)`.
Can I connect to it from Claude Desktop?
Yes, install the `mcp-remote` proxy and configure Claude Desktop’s MCP servers with a JSON entry pointing to the deployed SSE URL.
What runtime/requirements does it need?
It runs on Cloudflare Workers; no local runtime is required after deployment. The `mcp-remote` proxy (for local clients) needs Node.js and npx.
Does the server require authentication?
No, this example is specifically built without authentication.
Basic information
More Developer Tools MCP servers
AptiBuild AI — Career Intelligence
ParklandBuildsAptiBuild AI — Career Intelligence MCP Server Structured career decision scaffolding for AI agents. Provides personality-conditioned business idea generation, official BLS OEWS wage data, FRED labor market signals, and

CircleCI MCP Server
CircleCIManage CI/CD pipelines, debug failed builds, and optimize test suites directly from your AI agents - no terminal required. The CircleCI MCP Server is a remote server hosted by CircleCI that connects AI tools and agents
ZeroBeacon — 1000-Tool Collision-Proof Commerce Router
DavidFox998ZeroBeacon.ai — Collision-proof commerce router for AI agents. 1000 MCP tools: commerce, trust, billing, sovereign ID + everyday tools. LIVE.

ship.page
BitgateThrow HTML at an API, get an unguessable URL back. Zero-config remote MCP server — your agent deploys pages, sites and CI reports in one call. Free, no signup needed.

Skycloak
Manage your Skycloak-hosted Keycloak: clusters, realms, apps, SSO and users, from any MCP client.
Comments