Odel
MinerU

MinerU

Local
@linxule9JavaScriptMITUpdated 1mo ago

MinerU document parsing API — PDFs, images, DOCX, PPTX with OCR and batch processing.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmineru-mcpv1.1.4

Run

npx -y mineru-mcp

MCP client config

{
  "mcpServers": {
    "mineru": {
      "command": "npx",
      "args": [
        "-y",
        "mineru-mcp"
      ]
    }
  }
}