mcp-bridge

xsip/mcp-bridge
★ 0 stars TypeScript AI/LLM Updated today
Expose local MCP servers to the internet over HTTP without port forwarding. MCP Bridge uses a secure outbound WebSocket tunnel and desktop agent to relay requests to localhost, making local MCPs accessible to ChatGPT and other MCP clients.
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-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "xsip/mcp-bridge"
      ]
    }
  }
}