Skip to content
Cursor

Voice Bridge for Cursor

io.github.dwarmerdam/voice-bridge

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

client:Cursor transport:stdio runtime:npm

Install Voice Bridge in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Voice Bridge in other clients