PyMuPDF

GitHub

PyMuPDF is a high performance Python library for data extraction, analysis, conversion & manipulation of PDF (and other) documents.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "PyMuPDF": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-PyMuPDF"
      ]
    }
  }
}