Building a Remote MCP Server on Cloudflare (Without Auth)
@piyushgithub15
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)?
It is an example that deploys a remote MCP server without authentication on Cloudflare Workers. It is intended for developers who want to create MCP endpoints for AI agents and tools.
How to use Building a Remote MCP Server on Cloudflare (Without Auth)?
Deploy via the "Deploy to Workers" button or by running 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 from Cloudflare AI Playground by entering the deploy URL, or from Claude Desktop using the mcp-remote proxy.
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploy remote MCP server on Cloudflare Workers
- No authentication required
- Customize tools in src/index.ts
- Connect from Cloudflare AI Playground
- Connect from Claude Desktop via mcp-remote proxy
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Build remote MCP endpoints for AI agents
- Integrate custom tools with Cloudflare Workers
- Connect MCP server to Claude Desktop or AI Playground
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
Do I need authentication?
No, this example deploys a remote MCP server that does not require authentication.
How do I deploy the server?
Use the "Deploy to Workers" button or run npm create cloudflare with the specified template.
How do I add my own tools?
Define each tool inside the init() method of src/index.ts using this.server.tool(...).
How can I test the server remotely?
Connect from Cloudflare AI Playground by entering your deploy URL, or use the mcp-remote proxy to connect from Claude Desktop.
What protocol does the server use?
The server uses SSE (Server-Sent Events), as indicated by the /sse endpoint in the deploy URL.
Frequently asked questions
Do I need authentication?
No, this example deploys a remote MCP server that does not require authentication.
How do I deploy the server?
Use the "Deploy to Workers" button or run `npm create cloudflare` with the specified template.
How do I add my own tools?
Define each tool inside the `init()` method of `src/index.ts` using `this.server.tool(...)`.
How can I test the server remotely?
Connect from Cloudflare AI Playground by entering your deploy URL, or use the `mcp-remote` proxy to connect from Claude Desktop.
What protocol does the server use?
The server uses SSE (Server-Sent Events), as indicated by the `/sse` endpoint in the deploy URL.
Basic information
More Developer Tools MCP servers
MCP Server By TestMu AI
TestMu AITestMu AI MCP Server lets developers run, debug, and triage tests through natural language directly from their IDE (Cursor, Claude, GitHub Copilot, and other MCP clients). It exposes five tools — HyperExecute (test orche

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

Perfex CRM
themesicTurn Perfex CRM into an AI-ready workspace. This MCP server exposes your full REST API to Claude, ChatGPT and any AI agent, so leads, invoices and tasks are one prompt away.
Comments