Back to Apps

PDF Reader MCP
by hancengiz
Efficiently extract text, search for keywords, and retrieve metadata from PDF files without flooding the AI context.
0 stars
Works in:claude
Exposes:Tools
What it does
Provides a specialized bridge for reading PDF documents. Instead of loading massive PDF files directly into the context window, it allows the AI to target specific pages or search for specific strings within the document.
Tools
read-pdf: Extracts text content from specified page ranges.search-pdf: Performs keyword searches within the PDF with context-aware results.pdf-metadata: Retrieves document properties like author, title, and page count.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"pdf-reader": {
"command": "npx",
"args": ["@fabriqa.ai/pdf-reader-mcp@latest"]
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
npx -y @fabriqa.ai/pdf-reader-mcp@latestInformation
- Pricing
- free
- Published
- 6/6/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"pdf-reader": {
"command": "npx",
"args": ["@fabriqa.ai/pdf-reader-mcp@latest"]
}
}
}





