home / mcp / remote mcp server (cloudflare authless)

Remote MCP Server (Cloudflare Authless)

Provides a remote MCP server on Cloudflare Workers with an HTTP endpoint and a local proxy option to connect MCP clients.

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "highlevelscaling-remote-mcp-server-authless": {
      "url": "https://remote-mcp-server-authless.<your-account>.workers.dev/sse"
    }
  }
}