Back to directory
cloudflare-remote-mcp-server

cloudflare-remote-mcp-server

@nhc0

A remote MCP server running on Cloudflare Workers using SSE transport, enabling integration with AI models like Claude

cloudflareclaudeworkersssecloud

Installation & Configuration

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

Information

Transport
sse
Language
TypeScript
Created
2025/4/16
Updated
2025/4/16