MCP.so
Sign In
Servers

Building a Remote MCP Server on Cloudflare (Without Auth)

@mythonaut

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "calculator": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "http://localhost:8787/sse"
      ]
    }
  }
}

More from Developer Tools