mcpbeat Sign in

Voice Bridge MCP Server

by dwarmerdam Your server? Claim it
local only

Voice Bridge runs on your own machine — the client starts it, so there is no endpoint to ping. 107 installs a week from pypi. Last commit 29 Apr 2026.

Multi-engine TTS for AI coding assistants. 5 engines, free engine included.

Installs per day peak 23 · avg 7 · +30% w/w
a month agotoday
107
Installs / week
npm · ai-voice-bridge
0
Stars
0 open issues
29 Apr 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

emit "Install failed. Install uv: curl -LsSf https://astral.sh/uv/install.sh | sh"
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    const out = execFileSync(whichCmd(), [name], {
    subprocess.run(cmd, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Voice Bridge and you get told the day something new turns up.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add voice-bridge -- npx -y ai-voice-bridge
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "voice-bridge": {
      "args": [
        "-y",
        "ai-voice-bridge"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.voice-bridge]
command = "npx"
args = ["-y", "ai-voice-bridge"]
.cursor/mcp.json
{
  "mcpServers": {
    "voice-bridge": {
      "args": [
        "-y",
        "ai-voice-bridge"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "voice-bridge": {
      "args": [
        "-y",
        "ai-voice-bridge"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Voice Bridge

same job, measured the same way
Voicemode
by voicemode

Natural voice conversations for AI assistants - STT/TTS via MCP

1 792 installs/wk local only
MCP Server Motherduck
by motherduckdb

SQL analytics and data engineering for AI Assistants and IDEs

4 435 installs/wk local only
I
Memforge Memory
by volsier

Team engineering memory for AI coding assistants. 47 MCP tools, pgvector semantic search.

13 installs/wk local only
Hawkeye AI Bridge
by hawkeye-zaragsoft

Local codebase search for AI assistants via MCP. Requires Hawkeye and Hawkeye AI Bridge installed.

local only
Codex MCP Tool
by x51xxx

MCP server bridging AI assistants to OpenAI Codex CLI for code analysis and review

137 installs/wk local only
OpenGrok MCP Server
by icyhot09

MCP server bridging OpenGrok search engine with AI for instant context across massive codebases.

342 installs/wk local only
Mneme
by patsa2561-art

Memory layer for AI coding assistants. Indexes git history + code, exposes via MCP.

227 installs/wk local only
ContextBridge
by thundereagle

MCP memory server for AI coding assistants. Windows Service, ONNX embeddings, SQLite vector search.

local only

Voice Bridge — questions

Answers built from our own checks of this server.

Why is there no uptime for Voice Bridge?
Voice Bridge runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package ai-voice-bridge was installed 107 times last week.
How do I connect Voice Bridge?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ai-voice-bridge straight from npm; nothing to host, nothing to sign up for.
How many people use Voice Bridge?
The npm package ai-voice-bridge was installed 107 times in the last week. Week over week that is +30%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Voice Bridge open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.