PDFTools for Gemini CLI
io.github.therealmrfunguy/pdf-tools
Extract text and tables from PDFs, merge documents, and get metadata.
client:Gemini CLI
transport:sse
Install PDFTools in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"pdf-tools": {
"url": "https://pdf.rjctdlabs.xyz/sse"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs