Skip to content
Gemini CLI

Content for Gemini CLI

io.github.latentnoise/content

Turn URLs, files and text into media, transcripts, summaries, translations and PDF.

client:Gemini CLI transport:stdio runtime:pypi

Install Content 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": {
    "content": {
      "command": "uvx",
      "args": [
        "content-mcp"
      ],
      "env": {
        "CONTENT_API_URL": "<CONTENT_API_URL>",
        "CONTENT_MCP_DOWNLOAD_DIR": "<CONTENT_MCP_DOWNLOAD_DIR>"
      }
    }
  }
}

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

Content in other clients