Building a Remote MCP Server on Cloudflare (Without Auth)
@Mechanicalgoat
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)?
A deployable remote MCP server that runs on Cloudflare Workers with no authentication required. It provides an SSE endpoint and allows custom tool definitions.
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 by editing 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.
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploys to Cloudflare Workers with a single click.
- No authentication required.
- Supports custom MCP tools.
- Uses SSE transport.
- Can be connected from remote or local MCP clients.
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Expose MCP tools via a publicly accessible URL.
- Connect MCP tools to Cloudflare AI Playground.
- Use with Claude Desktop via the mcp-remote proxy.
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
Does this MCP server require authentication?
No. It is explicitly designed to run without authentication.
How do I deploy the server?
Use the "Deploy to Workers" button on the GitHub page, or run the npm create cloudflare command with the provided template.
Can I add my own tools to the server?
Yes. Define each tool inside the init() method of src/index.ts using this.server.tool(...).
How do I connect a local MCP client like Claude Desktop?
Use the mcp-remote proxy. Configure Claude Desktop with the proxy command and your server's SSE URL (e.g., remote-mcp-server-authless.<your-account>.workers.dev/sse).
Frequently asked questions
Does this MCP server require authentication?
No. It is explicitly designed to run without authentication.
How do I deploy the server?
Use the "Deploy to Workers" button on the GitHub page, or run the `npm create cloudflare` command with the provided template.
Can I add my own tools to the server?
Yes. Define each tool inside the `init()` method of `src/index.ts` using `this.server.tool(...)`.
How do I connect a local MCP client like Claude Desktop?
Use the `mcp-remote` proxy. Configure Claude Desktop with the proxy command and your server's SSE URL (e.g., `remote-mcp-server-authless.<your-account>.workers.dev/sse`).
Basic information
More Developer Tools MCP servers

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

Moxie Docs
Jackalope-DevAutomated codebase documentation for GitHub: searchable docs, MCP context for AI agents, doc drift detection, and Friday Cleanup PRs.
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

TaskerArmy Agent
TaskerArmyAsk Claude or ChatGPT what Shopify theme optimization tasks are pending on your store, a remote MCP server for TaskerArmy Agent accounts.
Altronis
sypherinMCP server + CLI for Altronis — Singapore AI consulting. Ask the Lyra consultant, generate a grant-matched AI transformation plan, pull curated SG AI events/news. Read-only, wraps altronis.sg.
Comments