
Remote MCP Server
by phdpro
Deploy a remote, authentication-free MCP server on Cloudflare Workers 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 allows developers to host their AI tools in the cloud, making them accessible to remote MCP clients without the need for local installation or complex authentication setups.
Tools
- Tool Definition: The server allows custom tool definitions via
this.server.tool(...)in theinit()method, enabling any arbitrary logic to be exposed to an AI agent.
Installation
To connect via Claude Desktop, use the mcp-remote proxy:
{
"mcpServers": {
"remote-mcp": {
"command": "npx",
"args": [
"mcp-remote",
"https://remote-mcp-server-authless.<your-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/20/2026
- stars






