Skip to content
Cursor

MinerU for Cursor

io.github.linxule/mineru

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

client:Cursor transport:stdio runtime:npm

Install MinerU in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MinerU in other clients