mcp-proxy

punkpeye/mcp-proxy
★ 241 stars TypeScript 🌐 Browser/Web Updated 1mo ago
A TypeScript streamable HTTP and SSE proxy for MCP servers that use stdio transport.
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-proxy": {
      "command": "npx",
      "args": [
        "-y",
        "punkpeye/mcp-proxy"
      ]
    }
  }
}