Skip to content
Cursor

MinerU Open MCP for Cursor

io.github.opendatalab/mineru-open-mcp

Parse PDFs, images, doc, docx, ppt, pptx, xls, xlsx, html into Markdown using MinerU API.

client:Cursor transport:stdio runtime:pypi

Install MinerU Open MCP in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mineru-open-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mineru-open-mcp"
      ],
      "env": {
        "MINERU_API_TOKEN": "<MINERU_API_TOKEN>",
        "OUTPUT_DIR": "<OUTPUT_DIR>"
      }
    }
  }
}

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

MinerU Open MCP in other clients