MCP Directory
Back

signal_bridge_remote

by AletheiaVox · Python · ★ 92

A remote MCP server that lets Claude control Bluetooth intimate hardware over the internet via Buttplug.io / Intiface Central.

Install

pip install git+https://github.com/AletheiaVox/signal_bridge_remote.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "signal-bridge-remote": {
      "command": "uvx",
      "args": [
        "git+https://github.com/AletheiaVox/signal_bridge_remote.git"
      ]
    }
  }
}

From the README

**Malware forks of Signal Bridge exist on GitHub.** These are copies of this project where the download links in the README have been replaced with links to malicious software. This is the **only** legitimate source for Signal Bridge: 👉 **[](https://github.com/AletheiaVox/signal_bridge)** (Claude Desktop / local version) 👉 **[](https://github.com/AletheiaVox/signal_bridge_remote)** (Remote / VPS version - you're here) 👉 **[](https://github.com/AletheiaVox/signal_bridge_android)** (user-friendly Android version) If you found this project through a different GitHub account, **do not dow…
Read full README on GitHub →

Related other servers