pdf-reader-mcp

shuji-bonji/pdf-reader-mcp
★ 2 stars TypeScript API Integration Updated 5d ago
An MCP (Model Context Protocol) server specialized in deciphering PDF internal structures.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pdf-reader-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "shuji-bonji/pdf-reader-mcp"
      ]
    }
  }
}

README Excerpt

**English** | [日本語](./README.ja.md) An MCP (Model Context Protocol) server specialized in **deciphering PDF internal structures**. While typical PDF MCP servers are thin wrappers for text extraction, this project focuses on **reading and analyzing the internal structure** of PDF documents. Pair it with [pdf-spec-mcp](https://github.com/shuji-bonji/pdf-spec-mcp) for specification-aware structural analysis and validation.

Tools (20)

DOC_NOT_FOUNDENCRYPTED_PDFFILE_TOO_LARGEINTERNAL_ERRORINVALID_ARGUMENTINVALID_PDFSOURCE_API_ERRORSOURCE_TIMEOUTSOURCE_UNAVAILABLEUNSUPPORTED_PDF_FEATUREbasiscompare_structureextract_structured_textextract_tablesextractedget_metadataget_page_countinclude_bboxinspect_annotationsinspect_fonts

Topics

mcp-serverpdf-decipherpdf-reader