Back to MCP Servers
🔌

NameetP/pdfmux

MITAPI key required

](https://glama.ai/mcp/servers/NameetP/pdfmux) 🐍 🏠 - PDF extraction router with built-in MCP server. Classifies each page (digital, scanned, tables) and routes to the best backend (PyMuPDF, Docling,

PythonDev Tools

Install

npx -y -y pdfmux-mcp

Required environment variables

GEMINI_API_KEYSet in your MCP config
ANTHROPIC_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "nameetp-pdfmux": {
      "command": "npx",
      "args": [
        "-y",
        "-y",
        "pdfmux-mcp"
      ],
      "env": {
        "GEMINI_API_KEY": "<YOUR_GEMINI_API_KEY>",
        "ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.