Skip to content
Gemini CLI

Scribefy for Gemini CLI

io.github.mkirovbg/scribefy-mcp

Search YouTube, get video metadata, and extract timestamped transcripts for AI workflows.

client:Gemini CLI transport:stdio runtime:npm

Install Scribefy 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": {
    "scribefy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "scribefy-mcp"
      ],
      "env": {
        "SCRIBEFY_API_KEY": "<SCRIBEFY_API_KEY>",
        "SCRIBEFY_API_BASE": "<SCRIBEFY_API_BASE>"
      }
    }
  }
}

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

Scribefy in other clients