Back to Apps

PDF Reader MCP
Supports UIby hancengiz
Read, extract text, and analyze PDF documents using Google Gemini's vision capabilities within AI assistants.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Connects AI assistants to PDF documents, allowing them to extract text and perform deep visual analysis of document layouts and content using Google's Gemini API.
Tools
pdf_read: Extracts text content from PDF files.pdf_analyze: Uses Gemini's vision capabilities to analyze PDF content.pdf_search: Searches for specific information within a PDF document.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"pdf-reader-mcp": {
"command": "pdf-reader-mcp",
"args": [
"--model",
"gemini-1.5-flash"
],
"env": {
"GEMINI_API_KEY": "YOUR-GEMINI-API-KEY-HERE"
}
}
}
}
Supported hosts
Confirmed for Claude Desktop, Claude Code, and Cursor.
Quick install
brew install pdf-reader-mcpInformation
- Pricing
- free
- Published
- 6/6/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json: { "pdf-reader-mcp": { "command": "pdf-reader-mcp", "env": { "GEMINI_API_KEY": "..." } } }Claude Desktop
{
"mcpServers": {
"pdf-reader-mcp": {
"command": "pdf-reader-mcp",
"args": ["--model", "gemini-1.5-flash"],
"env": {
"GEMINI_API_KEY": "YOUR-GEMINI-API-KEY-HERE"
}
}
}
}





