An Stdio MCP server providing a bridge to servers using other Transports
Overview
what is Claude Desktop Transport Bridge?
Claude Desktop Transport Bridge is a transport bridge for Claude Desktop that facilitates connections using both SSE (Server-Sent Events) and WebSocket protocols.
how to use Claude Desktop Transport Bridge?
To use the bridge, install it globally via npm and then run the command for either SSE or WebSocket connections with the appropriate URL.
key features of Claude Desktop Transport Bridge?
- Supports both SSE and WebSocket connections.
- Easy installation via npm.
- Development-friendly with build and watch modes.
use cases of Claude Desktop Transport Bridge?
- Connecting desktop applications to real-time data streams.
- Enabling communication between different transport protocols.
- Facilitating data transfer in applications requiring live updates.
FAQ from Claude Desktop Transport Bridge?
- What are the requirements to run this project?
You need Node.js version 20.0.0 or higher and npm installed.
- How do I install the bridge?
You can install it globally using the command:
npm install -g github:chromecide/claude-desktop-transport-bridge.
- Can I contribute to the project?
Yes! You can clone the repository, install dependencies, and build the project for development.