← Index

io.github.jztan/pdf-mcp

io.github.jztan/pdf-mcp·v1.9.0·Documents & Spreadsheets
Quality Score
85
/100

Production-ready MCP server for PDF processing with intelligent caching.

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "pdf-mcp": {
      "command": "uvx",
      "args": [
        "pdf-mcp"
      ],
      "env": {
        "PDF_MCP_CACHE_DIR": "<pdf_mcp_cache_dir>",
        "PDF_MCP_CACHE_TTL": "<pdf_mcp_cache_ttl>"
      }
    }
  }
}
§02  Environment variables
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)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Documents & Spreadsheets