
Remote MCP Server Moar Serverless
Supports UIby dinasaur404
Deploy a remote, auth-less MCP server on Cloudflare Workers for seamless AI tool integration.
What it does\nConnects AI clients to a hosted MCP server running on Cloudflare Workers, allowing for remote tool execution without the need for complex authentication setups.\n\n## Tools\n- Custom Tools: Define your own tools within the init() method in src/index.ts using this.server.tool(...).\n\n## Installation\nDeploy via the Cloudflare Workers button in the README or use the CLI:\nnpm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless\n\nTo connect via Claude Desktop, use the mcp-remote proxy:\njson\n{\n \"mcpServers\": {\n \"calculator\": {\n \"command\": \"npx\",\n \"args\": [\"mcp-remote\", \"http://localhost:8787/sse\"]\n }\n }\n}\n\n\n## Supported hosts\n- Claude\n- 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





