🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

ai-voice-bridge

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ai-voice-bridge

MCP server for Voice Bridge — multi-engine TTS for AI coding assistants

latest
Source
npmnpm
Version
0.1.5
Version published
Maintainers
1
Created
Source

ai-voice-bridge

npm shim for the Voice Bridge MCP server — multi-engine TTS for AI coding assistants.

What this package does

This is a thin Node.js wrapper that bootstraps the Python-based Voice Bridge MCP server. When you run npx ai-voice-bridge, it:

  • Finds Python 3.10+ on your system
  • Installs the ai-voice-bridge[mcp] pip package if not already present
  • Launches the MCP server connected to stdio

Requirements

  • Node.js 16+ (for npx)
  • Python 3.10+ with pip
  • Audio player: macOS has afplay built-in. Linux needs mpv or ffmpeg. Windows needs ffmpeg or mpv.
  • Audio output hardware: speakers or headphones on the local machine

Not supported: headless servers, Docker containers, SSH sessions, and CI runners lack audio output. The MCP server will start, but speak commands will fail silently.

Usage

Claude Desktop / Cursor

Add to your MCP config:

{
  "mcpServers": {
    "voice-bridge": {
      "command": "npx",
      "args": ["ai-voice-bridge"]
    }
  }
}

Claude Code

claude mcp add voice-bridge -- npx ai-voice-bridge

Troubleshooting

The shim prints diagnostic warnings to stderr on startup:

  • ERROR: Python 3.10+ is required — Install Python with platform-specific instructions shown in the error
  • ERROR: Found Python 3.x, but Python 3.10+ is required — Upgrade your Python installation
  • ERROR: pip is not available — Install pip (e.g., sudo apt install python3-pip on Ubuntu)
  • WARNING: No audio player detected — Install mpv or ffmpeg for audio playback
  • WARNING: No display server or PulseAudio detected — You're likely in a headless environment where audio cannot play

License

MIT. See the main repository for details.

Keywords

mcp

FAQs

Package last updated on 29 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts