pdf-inspector (MCP Server)

GitHub

Fast Rust library for PDF inspection, classification, and text extraction. Intelligently detects scanned vs text-based PDFs to enable smart routing decisions.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "pdf-inspector": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-pdf-inspector"
      ]
    }
  }
}