MCP ExplorerExplorer

Claude Desktop Transport Bridge

@chromecideon a year ago
3 MIT
FreeCommunity
AI Systems
# A Stdio MCP Server An Stdio MCP server that provides bridging between servers using other transport protocols.

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.

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

  1. Clone the repository:
git clone https://github.com/chromecide/claude-desktop-transport-bridge.git
cd claude-desktop-transport-bridge
  1. Install dependencies:
npm install
  1. Build the project:
npm run build
  1. For development with watch mode:
npm run watch

License

MIT

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers