Building a Remote MCP Server on Cloudflare (Without Auth)
@nealriley
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 that requires no authentication on Cloudflare Workers. It is intended for developers who want to expose MCP tools over SSE without setting up auth.
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. Once deployed, the server is available at a URL like remote-mcp-server-authless.<your-account>.workers.dev/sse. Add custom tools inside the init() method of src/index.ts using this.server.tool(...).
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deployable with one click or CLI command
- No authentication required for connections
- Supports custom tool definition in TypeScript
- Serves MCP over SSE endpoint
- Compatible with Cloudflare AI Playground and Claude Desktop
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Expose MCP tools publicly without login walls
- Prototype MCP integrations before adding auth
- Enable remote AI assistants to call custom tools
- Connect local MCP clients like Claude Desktop via a proxy
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
How do I deploy this MCP server?
Click the "Deploy to Workers" button on the README or run npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless from the command line.
How do I add my own tools?
Define each tool inside the init() method of src/index.ts using this.server.tool(...). More details are in the Cloudflare Tools documentation.
How do I connect from Cloudflare AI Playground?
Go to https://playground.ai.cloudflare.com/, enter your deployed MCP server URL (e.g., remote-mcp-server-authless.<your-account>.workers.dev/sse), and use the tools directly.
How do I connect Claude Desktop?
Install the mcp-remote npm proxy package, then add an entry to Claude Desktop’s claude_desktop_config.json with "command": "npx" and args including the SSE URL.
Does this server require any authentication?
No – this specific example is built to run without authentication, as stated in its name and README.
Frequently asked questions
How do I deploy this MCP server?
Click the "Deploy to Workers" button on the README or run `npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless` from the command line.
How do I add my own tools?
Define each tool inside the `init()` method of `src/index.ts` using `this.server.tool(...)`. More details are in the Cloudflare Tools documentation.
How do I connect from Cloudflare AI Playground?
Go to https://playground.ai.cloudflare.com/, enter your deployed MCP server URL (e.g., `remote-mcp-server-authless.<your-account>.workers.dev/sse`), and use the tools directly.
How do I connect Claude Desktop?
Install the `mcp-remote` npm proxy package, then add an entry to Claude Desktop’s `claude_desktop_config.json` with `"command": "npx"` and args including the SSE URL.
Does this server require any authentication?
No – this specific example is built to run without authentication, as stated in its name and README.
Basic information
More Developer Tools MCP servers

Air Pipe
airpipeBuild, validate, deploy — HTTP APIs, cron jobs, webhooks and MCP tools — from your AI client.

Skycloak
Manage your Skycloak-hosted Keycloak: clusters, realms, apps, SSO and users, from any MCP client.
LocalCan
LocalCanGives AI agents public URLs (tunnels) for localhost, live HTTP traffic inspection, snapshot publishing, and access control. Part of LocalCan, the ngrok alternative for Mac, Windows and Linux. Free plan.
TranscriptFetch MCP Server
TranscriptFetchModel Context Protocol (MCP) server for TranscriptFetch: fetch YouTube transcripts, search, channels, and playlists from any MCP client.

directree
coburn2716directree MCP server — query the honest software directory from any AI assistant
Comments