
Remote MCP Server Authless
Supports UIby tim-nocode
Deploy a remote MCP server on Cloudflare Workers without authentication for easy AI tool integration.
What it does
This project provides a template for deploying a remote Model Context Protocol (MCP) server on Cloudflare Workers. It is specifically designed for scenarios where authentication is not required, allowing AI clients to connect via SSE (Server-Sent Events) to a publicly accessible URL.
Tools
- Custom Tools: The server is designed as a skeleton where users can define their own tools using the
this.server.tool(...)method within theinit()function insrc/index.ts.
Installation
To connect via Claude Desktop, use the mcp-remote proxy:
{
"mcpServers": {
"calculator": {
"command": "npx",
"args": [
"mcp-remote",
"https://remote-mcp-server-authless.<<<youryouryour-account>.workers.dev/sse"
]
}
}
}
Supported hosts
- Claude Desktop
- Cloudflare AI Playground
Quick install
npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authlessInformation
- Pricing
- free
- Published
- 5/3/2026
- stars





