mcp-proxy

punkpeye/mcp-proxy
★ 241 stars TypeScript Browser/Web Updated 4mo ago ✗ Risk
A TypeScript streamable HTTP and SSE proxy for MCP servers that use stdio transport.
View on GitHub → 🔍 Audit Wallet Slippage →

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-proxy": {
      "command": "npx",
      "args": [
        "-y",
        "punkpeye/mcp-proxy"
      ]
    }
  }
}