Skip to content
VS Code

Voice Bridge for VS Code

io.github.dwarmerdam/voice-bridge

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

client:VS Code transport:stdio runtime:npm

Install Voice Bridge in VS Code

.vscode/mcp.json

{
  "servers": {
    "voice-bridge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ai-voice-bridge"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Voice Bridge in other clients