Fast Rust library for PDF inspection, classification, and text extraction. Intelligently detects scanned vs text-based PDFs to enable smart routing decisions.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"pdf-inspector": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-pdf-inspector"
]
}
}
}