$ timeahead_
← mcp scores
89
@sylphx/pdf-reader-mcp

An MCP server providing tools to read PDF files.

overview

What it does

PDF Reader MCP enables AI agents to extract text, images, and metadata from PDF files with parallel processing. It achieves 5–10x speedup over sequential extraction by distributing work across CPU cores, and preserves document structure through Y-coordinate-based content ordering. The server handles both absolute and relative file paths across Windows and Unix systems, with per-page error isolation so one malformed page doesn't block the entire batch.

Who it's for

Backend engineers building AI agents that ingest and analyze documents, product teams integrating PDF processing into Claude-powered workflows, and teams processing large document batches where extraction speed directly impacts throughput.

Common use cases

  • Extract and analyze PDF reports, allowing Claude to summarize content, answer questions, or pull structured data
  • Batch process large document sets in parallel to minimize wall-clock processing time
  • Preserve document structure via Y-coordinate ordering for reliable extraction from tables, forms, and multi-column layouts
  • Retrieve PDF metadata (author, title, creation date, page count) for document classification and routing

Setup pitfalls

  • High risk classification due to filesystem reads and network calls — validate input file sources and sandbox access based on your trust boundaries
  • Tool count reported as zero in registry despite README showing JSON-based operations — clarify available operations before integration
  • No CI/CD pipeline in the repository — run the reported test suite locally (94%+ coverage) to verify stability before production use
  • Requires npx or Node.js; confirm Node version compatibility and that @sylphx/pdf-reader-mcp is accessible in your npm registry
install
add to your claude desktop / cursor / windsurf mcp config:
{
  "mcpServers": {
    "sylphxpdf-reader": {
      "command": "npx",
      "args": [
        "-y",
        "@sylphx/pdf-reader-mcp"
      ]
    }
  }
}
per-client install guide (claude desktop · cursor · windsurf · vscode · claude code) →
owner of this server? claim your listing to get a verified badgeclaim →
score breakdown
security (35%)100
freshness (25%)100
adoption (20%)68
quality (10%)100
trust (10%)50
score history (9 updates)
4/30/20265/18/2026
capabilities · what this server can do
tool list unavailable — permissions from static analysis·auth: API key
high risk
● active   ○ not requested  ·  hover each badge for details
fs read fs write network exec eval secrets
why high risk: fs read + network + exec + secrets active — can execute code, access credentials, and make external network calls.
maintenance health
64/ 100 · is this project alive
contributors (1y)8
top contributor share78%
releases (1y)16
last release16d ago
ci✓ passing
raw data
weekly downloads2k
github stars716
forks66
open issues1
license✓ present
readme length21722 chars
last publish0d ago
last commit0d ago
last updated2d ago
install verified✓ pass · 6d ago
score drop alerts
get notified by email when this server's score drops 5+ points