← Index

pdfmux

io.github.NameetP/pdfmux·v1.5.1·Documents & Spreadsheets
Quality Score
95
/100

PDF-to-Markdown router. Per-page backend selection + confidence scoring for RAG ingestion.

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "pdfmux": {
      "command": "uvx",
      "args": [
        "pdfmux"
      ],
      "env": {
        "GEMINI_API_KEY": "<your-gemini_api_key>"
      }
    }
  }
}
§02  Environment variables
GEMINI_API_KEY
secret

Optional Google AI API key. Enables the paid Gemini Flash fallback for pages where all local backends report low confidence. pdfmux runs 100% locally without this.

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