mcp-server-proxy

leizongmin/mcp-server-proxy
★ 22 stars Go 🌐 Browser/Web Updated 3mo ago
Converts MCP protocol's SSE transport layer to a standard HTTP request/response.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-proxy": {
      "command": "go",
      "args": [
        "run",
        "github.com/leizongmin/mcp-server-proxy@latest"
      ]
    }
  }
}