
MCP Bridge
by secretiveshell
A bridge service connecting MCP tool servers to client applications via WebSocket or MQTT, optimized for Xiaozhi AI.
What it does
MCP Bridge acts as a protocol intermediary that connects Model Context Protocol (MCP) tool services with various client applications. It allows for the centralized management of local MCP processes and exposes them to clients using lightweight transport protocols like WebSocket and MQTT, effectively bridging the gap between complex server-side tools and remote or embedded AI clients.
Tools
As a bridge, it manages other MCP tools. It supports spawning local processes (e.g., via npx or python) and connecting to remote SSE servers, then routing those capabilities to the connected client.
Installation
Binary Installation
Download the pre-compiled binary from GitHub Releases and run:
./mcp-bridge start
Source Installation
git clone https://github.com/johz-chen/mcp-bridge.git
cd mcp-bridge
cargo build --release
./target/release/mcp-bridge start
Supported hosts
- claude
- zed
Quick install
cargo build --release && ./target/release/mcp-bridge startInformation
- Pricing
- free
- Published
- 4/13/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add the bridge endpoint to your config or use it as a proxy for other MCP servers.






