Skip to content
Grok

Voice Bridge for Grok

io.github.dwarmerdam/voice-bridge

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

client:Grok transport:stdio runtime:npm

Install Voice Bridge in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Voice Bridge in other clients