Skip to content
VS Code

MinerU for VS Code

io.github.linxule/mineru

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

client:VS Code transport:stdio runtime:npm

Install MinerU in VS Code

.vscode/mcp.json

{
  "servers": {
    "mineru": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mineru-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

MinerU in other clients