Bridge
Freeby MCP Community
Standalone MCP server that multiplexes multiple MCP servers into one interface
v2.8.45Added Apr 12, 2026
mcpmodel-context-protocolbridgemultiplexerai
Bridge MCP Server
Standalone MCP server that multiplexes multiple MCP servers into one interface
Installation
Reviews
Installation
Quick install
npx -y @aiwerk/mcp-bridge
Add to claude_desktop_config.json
{
"mcpServers": {
"bridge": {
"command": "npx",
"args": ["-y", "@aiwerk/mcp-bridge"]
}
}
}