MCP Document Reader for Gemini CLI
io.github.xt765/mcp_documents_reader
An MCP enabled multi-format document reader supporting DOCX, PDF, TXT, and Excel files
client:Gemini CLI
transport:stdio
runtime:pypi
Install MCP Document Reader in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp_documents_reader": {
"command": "uvx",
"args": [
"mcp-documents-reader"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs