T

claude-desktop-transport-bridge

Created Oct 19, 2025 by chromecide

Language:

TypeScript

Stars:

3

Forks:

1

README

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

Last updated: Oct 19, 2025

Publisher info

chromecide's avatar

chromecide

Australia
12
followers
10
following
90
repos

More MCP servers built with TypeScript

Vue.js

This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

By vuejs 209.9K
Excalidraw

Virtual whiteboard for sketching hand-drawn like diagrams

By excalidraw 114.9K
Angular

Deliver web apps with confidence 🚀

By angular 99.7K