Building a Remote MCP Server on Cloudflare (Without Auth)
@brooksy4503
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 Building a Remote MCP Server on Cloudflare (Without Auth)?
This example lets you 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 over the internet without auth overhead.
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. Customize tools inside the init() method of src/index.ts using this.server.tool(...). Connect MCP clients by providing the deployed URL (e.g., remote-mcp-server-authless.<your-account>.workers.dev/sse).
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploy a remote MCP server on Cloudflare Workers.
- No authentication required for clients.
- Customizable tools defined in
src/index.ts. - Connectable from Cloudflare AI Playground.
- Connectable from Claude Desktop via
mcp-remoteproxy. - Quick deployment with one click or CLI command.
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Exposing MCP tools to remote clients without managing auth.
- Prototyping and testing MCP integrations quickly.
- Using MCP tools from Cloudflare AI Playground.
- Connecting remote MCP tools to Claude Desktop.
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
How do I deploy this MCP server?
Deploy with the "Deploy to Workers" button or run npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless in your terminal.
How do I add custom tools?
Define each tool inside the init() method of src/index.ts using this.server.tool(...).
How do I connect to the 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 to this server?
Use the mcp-remote proxy. In Claude Desktop's config file, set the command to npx with args ["mcp-remote", "<your-server-url>/sse"].
What is the deployed server URL format?
The URL follows the pattern: remote-mcp-server-authless.<your-account>.workers.dev/sse.
Frequently asked questions
How do I deploy this MCP server?
Deploy with the "Deploy to Workers" button or run `npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless` in your terminal.
How do I add custom tools?
Define each tool inside the `init()` method of `src/index.ts` using `this.server.tool(...)`.
How do I connect to the 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 to this server?
Use the `mcp-remote` proxy. In Claude Desktop's config file, set the command to `npx` with args `["mcp-remote", "<your-server-url>/sse"]`.
What is the deployed server URL format?
The URL follows the pattern: `remote-mcp-server-authless.<your-account>.workers.dev/sse`.
Basic information
More Developer Tools MCP servers

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.

Skilder.ai
skilder.aiRun skills and MCP tools like production software: versioned, composed into roles, distributed to every agent from one governed library.

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 ·
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

Meticulous
MeticulousMCP server and skills to connect to the Meticulous UI testing platform.
Comments