Skip to content
Gemini CLI

voice mcp for Gemini CLI

io.github.forgemeshlabs/voice-mcp

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

client:Gemini CLI transport:stdio runtime:npm

Install voice mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

voice mcp in other clients