Skip to content
Gemini CLI

transcribe mcp for Gemini CLI

io.github.soboljem/transcribe-mcp

Transcribe audio/video and find dead air. Pay-per-call in USDC over x402 — no account, no key.

client:Gemini CLI transport:stdio runtime:npm

Install transcribe mcp in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "transcribe-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "transcribe-mcp"
      ],
      "env": {
        "TRANSCRIBE_MCP_WALLET_KEY": "<TRANSCRIBE_MCP_WALLET_KEY>"
      }
    }
  }
}

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

transcribe mcp in other clients