pdfintact for Gemini CLI
com.pdfintact/pdfintact
Extract tables, text and formulas from PDFs, including scanned pages and broken text layers.
client:Gemini CLI
transport:streamable-http
tools:3
Install pdfintact in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"pdfintact": {
"httpUrl": "https://mcp.pdfintact.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs