Claude Desktop Transport Bridge
About
An Stdio MCP server providing a bridge to servers using other Transports
Details
- Author
- chromecide
- GitHub stars
- 4
- Downloads
- 381
- Categories
- Developer Tools
Jump to
- Supports SSE (Server-Sent Events) connections
- Supports WebSocket connections
- Global npm installation from GitHub
- Simple command-line interface
- Requires Node.js >= 20.0.0
Install globally from GitHub with npm install -g github:chromecide/claude-desktop-transport-bridge. Then use the claude-bridge command with either SSE or WEBSOCKET protocol and a JSON object containing the URL, e.g., claude-bridge SSE '{"url": "your-sse-url-here"}'.
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
1. Clone the repository:
git clone https://github.com/chromecide/claude-desktop-transport-bridge.git
cd claude-desktop-transport-bridge
2. Install dependencies:
npm install
3. Build the project:
npm run build
4. For development with watch mode:
npm run watch
License
MIT
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





