Back to Apps

Cloudflare Remote MCP
by waue0920
Reference implementation for deploying authentication-free remote MCP servers on Cloudflare Workers.
0 stars
Works in:claude
Exposes:Tools
What it does
This server provides a blueprint for hosting MCP servers on Cloudflare Workers using the SSE (Server-Sent Events) transport. It allows AI agents to interact with remote tools without requiring complex authentication setups, making it an ideal starting point for deploying scalable, cloud-based MCP tools.
Tools
- Custom Tools: The server is designed as a template; users can define custom tools within the
init()method ofsrc/index.tsusingthis.server.tool().
Installation
To connect via Claude Desktop using the mcp-remote proxy:
{
"mcpServers": {
"calculator": {
"command": "npx",
"args": [
"mcp-remote",
"https://your-worker.workers.dev/sse"
]
}
}
}
Supported hosts
- Claude Desktop
- Cloudflare AI Playground
Quick install
npx mcp-remote https://your-worker.workers.dev/sseInformation
- Pricing
- free
- Published
- 7/20/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Use npx mcp-remote with your deployed Worker SSE URL.





