Skip to content
Grok

voice mcp for Grok

io.github.forgemeshlabs/voice-mcp

Give Your Agent A Voice: x402 pay-per-call speech with 20 voices, 10 personas, 31 languages.

client:Grok transport:stdio runtime:npm

Install voice mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "voice-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@forgemeshlabs/voice-mcp"
      ]
    }
  }
}

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 mcp in other clients