Skip to content
Gemini CLI

ffvoice for Gemini CLI

io.github.chicogong/ffvoice

Offline speech-to-text & speaker diarization MCP server: transcribe audio on-device, no cloud

client:Gemini CLI transport:stdio runtime:pypi

Install ffvoice in Gemini CLI

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

{
  "mcpServers": {
    "ffvoice": {
      "command": "uvx",
      "args": [
        "ffvoice"
      ]
    }
  }
}

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

ffvoice in other clients