← All servers

pdfmux

io.github.NameetP/pdfmux v1.7.0
Official Registry git ai-llm

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

Own this server? Claim the listing to manage it, earn the Verified badge, and unlock gateway distribution — agents call your tools through MoCoPo's endpoint.

Install connect locally via stdio

Run in your terminal
claude mcp add pdfmux -- uvx pdfmux
Add to claude_desktop_config.json
{
  "mcpServers": {
    "pdfmux": {
      "command": "uvx",
      "args": [
        "pdfmux"
      ]
    }
  }
}
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "pdfmux": {
      "command": "uvx",
      "args": [
        "pdfmux"
      ]
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "pdfmux": {
      "command": "uvx",
      "args": [
        "pdfmux"
      ]
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "pdfmux": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "pdfmux"
      ]
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "pdfmux": {
      "command": "uvx",
      "args": [
        "pdfmux"
      ]
    }
  }
}

Packages

pypi pdfmux@1.7.0

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/io.github.NameetP--pdfmux/reviews or the review_server meta-tool.

Prefer zero setup? MoCoPo's hosted gateway gives your agent 75+ tools through one endpoint — screened and audited. POST /mcp
Connect your agent