HomeSearch & Research › pdf-mcp

pdf-mcp

Agentic RAG over one PDF or a whole folder: hybrid search, selective page reads, tables, OCR.

Python
★ 139 stars Last pushed 2026-09-22 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 3.3.0)

uvx pdf-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "pdf-mcp": {
      "command": "uvx",
      "args": [
        "pdf-mcp"
      ],
      "env": {
        "PDF_MCP_CACHE_DIR": "<YOUR_VALUE>",
        "PDF_MCP_CACHE_TTL": "<YOUR_VALUE>"
      }
    }
  }
}
  • PDF_MCP_CACHE_DIR — Directory for storing PDF cache (default: ~/.cache/pdf-mcp)
  • PDF_MCP_CACHE_TTL — Cache time-to-live in hours (default: 24)

Package (mcpb)

Package: mcpb https://github.com/jztan/pdf-mcp/releases/download/v3.3.0/pdf-mcp-3.3.0.mcpb

Related servers

Data from the Official MCP Registry