Skip to content
Gemini CLI

pdf for Gemini CLI

com.yaktool/pdf

Merge, split, compress, unlock, organize, extract, fill forms and check PDFs — 12 local tools.

client:Gemini CLI transport:stdio runtime:npm

Install pdf in Gemini CLI

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

{
  "mcpServers": {
    "pdf": {
      "command": "npx",
      "args": [
        "-y",
        "yaktool-pdf-mcp"
      ]
    }
  }
}

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

pdf in other clients