- Explore MCP Servers
- claude-desktop-transport-bridge
Claude Desktop Transport Bridge
What is Claude Desktop Transport Bridge
claude-desktop-transport-bridge is an Stdio MCP server that acts as a transport bridge, enabling communication between servers using different transport protocols, specifically supporting SSE and WebSocket connections.
Use cases
Use cases include integrating real-time notifications in web applications, bridging different server architectures, and facilitating data streaming between clients and servers.
How to use
To use claude-desktop-transport-bridge, install it globally via npm. For SSE connections, run ‘claude-bridge SSE {“url”: “your-sse-url-here”}’ and for WebSocket connections, use ‘claude-bridge WEBSOCKET {“url”: “your-websocket-url-here”}’.
Key features
Key features include support for both SSE and WebSocket connections, global installation via npm, and a simple command-line interface for establishing connections.
Where to use
claude-desktop-transport-bridge can be used in web applications, real-time data streaming services, and any environment that requires communication between different server types using various transport protocols.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Claude Desktop Transport Bridge
claude-desktop-transport-bridge is an Stdio MCP server that acts as a transport bridge, enabling communication between servers using different transport protocols, specifically supporting SSE and WebSocket connections.
Use cases
Use cases include integrating real-time notifications in web applications, bridging different server architectures, and facilitating data streaming between clients and servers.
How to use
To use claude-desktop-transport-bridge, install it globally via npm. For SSE connections, run ‘claude-bridge SSE {“url”: “your-sse-url-here”}’ and for WebSocket connections, use ‘claude-bridge WEBSOCKET {“url”: “your-websocket-url-here”}’.
Key features
Key features include support for both SSE and WebSocket connections, global installation via npm, and a simple command-line interface for establishing connections.
Where to use
claude-desktop-transport-bridge can be used in web applications, real-time data streaming services, and any environment that requires communication between different server types using various transport protocols.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Claude Desktop Transport Bridge
A transport bridge for Claude Desktop that supports both SSE and WebSocket connections.
Installation
Install globally from GitHub:
npm install -g github:chromecide/claude-desktop-transport-bridge
Usage
For SSE connections:
claude-bridge SSE '{"url": "your-sse-url-here"}'
For WebSocket connections:
claude-bridge WEBSOCKET '{"url": "your-websocket-url-here"}'
Requirements
- Node.js >= 20.0.0
- npm
Development
- Clone the repository:
git clone https://github.com/chromecide/claude-desktop-transport-bridge.git
cd claude-desktop-transport-bridge
- Install dependencies:
npm install
- Build the project:
npm run build
- For development with watch mode:
npm run watch
License
MIT
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










