Skip to content
Gemini CLI

speechmatics for Gemini CLI

io.usefulapi/speechmatics

Transcribe audio and video with Speechmatics speech-to-text from Claude and any MCP client.

client:Gemini CLI transport:streamable-http

Install speechmatics in Gemini CLI

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

{
  "mcpServers": {
    "speechmatics": {
      "httpUrl": "https://speechmatics.usefulapi.io/mcp"
    }
  }
}

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

speechmatics in other clients