AgentHubAgentHub

pdfmux

MCP ServerMCP Registry官方收录

io.github.NameetP/pdfmux · v1.6.4

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

概览

pdfmux 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "pdfmux": {
      "command": "pdfmux",
      "args": [
        "pdfmux"
      ]
    }
  }
}

环境变量

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.

相关资源

统一 Manifest

{
  "id": "io.github.NameetP/pdfmux",
  "type": "mcp-server",
  "version": "1.6.4",
  "displayName": "pdfmux",
  "description": "PDF-to-Markdown router. Per-page backend selection + confidence scoring for RAG ingestion.",
  "repository": {
    "url": "https://github.com/NameetP/pdfmux",
    "source": "github"
  },
  "homepage": "https://pdfmux.com",
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "pdfmux",
        "version": "1.6.4",
        "runtimeHint": "pdfmux",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "GEMINI_API_KEY",
            "description": "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.",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.NameetP/pdfmux",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.NameetP%2Fpdfmux/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
pdfmux — MCP Server 安装与配置 · AgentHub