Skip to content
Gemini CLI

Youtube for Gemini CLI

io.github.pipeworx-io/youtube

YouTube MCP — wraps the YouTube Data API v3 (BYO API key)

client:Gemini CLI transport:streamable-http

Install Youtube in Gemini CLI

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

{
  "mcpServers": {
    "youtube": {
      "httpUrl": "https://gateway.pipeworx.io/youtube/mcp"
    }
  }
}

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

Youtube in other clients