Skip to content
Gemini CLI

importly mcp for Gemini CLI

io.importly/importly-mcp

Download, transcribe, and get metadata for any video/audio URL. Managed yt-dlp + speech-to-text.

client:Gemini CLI transport:stdio runtime:npm

Install importly 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": {
    "importly-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "importly-mcp"
      ],
      "env": {
        "IMPORTLY_API_KEY": "<IMPORTLY_API_KEY>"
      }
    }
  }
}

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

importly mcp in other clients