Skip to content
Zed

MinerU for Zed

io.github.linxule/mineru

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

client:Zed transport:stdio runtime:npm

Install MinerU in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

MinerU in other clients