Best for
- Research and analysis agents that need citable page evidence.
- PDF workflows requiring tables, layout, and visual evidence.
- Teams seeking local-first document processing with trust reports.
The source presents this project as an evidence-first PDF reader focused on document structure, tables, OCR, visual evidence, citations, and trust reporting. It also states that the pure-Rust implementation remains in progress and that the README and manifest contain different version references.
PDF Reader MCP is a local-first PDF MCP server that provides an Agent Document Twin with Markdown, structured elements, tables, document maps, citation chunks, page and bounding-box evidence, visual crops, OCR provenance, trust reports, and accessibility reports.
Add the following configuration to Claude Desktop's claude_desktop_config.json, using npx to launch @sylphx/[email protected]. The server runs over stdio. Other MCP clients can use the same npx command. The README also provides a 3.2.2 stable-release example; the current server manifest lists version 4.1.2.
{"mcpServers":{"pdf-reader":{"command":"npx","args":["@sylphx/[email protected]"]}}}