ocr for Gemini CLI
com.auto-reader/ocr
Arabic-first OCR, translation and document extraction. First call mints a free trial key.
client:Gemini CLI
transport:streamable-http
tools:7
Install ocr in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"ocr": {
"httpUrl": "https://api.auto-reader.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