Building a Remote MCP Server on Cloudflare (Without Auth)
@jacobprall
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 provides a template to deploy a remote MCP server on Cloudflare Workers that does not require authentication. It is intended for developers who want to quickly set up a remote MCP server with custom tools and connect it to clients like Cloudflare AI Playground or Claude Desktop.
How to use Building a Remote MCP Server on Cloudflare (Without Auth)?
Deploy the server by clicking the "Deploy to Workers" button or running npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless from the command line. Customize tools by defining them in the init() method of src/index.ts using this.server.tool(...). Connect to Cloudflare AI Playground by entering the deployed URL, or to Claude Desktop using the mcp-remote proxy with the server's SSE endpoint.
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deployed instantly on Cloudflare Workers via a button or CLI.
- No authentication required for remote access.
- Custom tools can be added inside
src/index.ts. - Connects to Cloudflare AI Playground as a remote MCP client.
- Works with local MCP clients via the
mcp-remoteproxy.
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploying a remote MCP server without setting up authentication.
- Using MCP tools directly from Cloudflare AI Playground.
- Connecting Claude Desktop to a remote MCP server using the mcp-remote proxy.
- Prototyping and testing MCP tool integrations on a public endpoint.
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
What does this example do?
It provides a template to deploy a remote MCP server on Cloudflare Workers that does not require authentication, making it easy to expose MCP tools over SSE.
How do I deploy the server?
Click the "Deploy to Workers" button in the README or run npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless to create it locally.
How can I add my own tools?
Define each tool inside the init() method of src/index.ts using this.server.tool(...) as shown in the Cloudflare MCP tools documentation.
How do I connect to 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 you can use the tools directly.
How do I connect Claude Desktop to the server?
Install the mcp-remote proxy, then add the server to Claude Desktop's configuration using npx mcp-remote <sse-url> as the command and args.
Frequently asked questions
What does this example do?
It provides a template to deploy a remote MCP server on Cloudflare Workers that does not require authentication, making it easy to expose MCP tools over SSE.
How do I deploy the server?
Click the "Deploy to Workers" button in the README or run `npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless` to create it locally.
How can I add my own tools?
Define each tool inside the `init()` method of `src/index.ts` using `this.server.tool(...)` as shown in the Cloudflare MCP tools documentation.
How do I connect to 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 you can use the tools directly.
How do I connect Claude Desktop to the server?
Install the `mcp-remote` proxy, then add the server to Claude Desktop's configuration using `npx mcp-remote <sse-url>` as the command and args.
Basic information
More Developer Tools MCP servers

Kaiva Bridge
Kaiva Bridge turns any Postgres database or OpenAPI spec into a secure, hosted MCP server — per-tool access control, every call audited. Dependency Trust gives coding agents the senior-engineer check before adding a dep
extentos
Asger mølgaardExtentos is a multi-vendor development platform for adding smart-glasses capabilities to existing iOS and Android apps. The simplest analogy is Stripe for smart glasses:
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

TaskerArmy Agent
TaskerArmyAsk Claude or ChatGPT what Shopify theme optimization tasks are pending on your store, a remote MCP server for TaskerArmy Agent accounts.

Apiosk
obcraftAI-native payments for tools and APIs. Discover, pay for, execute, and publish monetized APIs directly from your agent, settled per call in USDC over x402, through the Model Context Protocol. payments · finance · x402 ·
Comments