← Back to Plugins
MCP Server MCP

MinerU Open MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx mineru-open-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mineru-open-mcp",
      "version": "1.0.20",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "MinerU API token for full capability (higher limits, extra output formats). Omit to use free Flash mode (Markdown only, 20 pages / 10 MB per file).",
          "format": "string",
          "isSecret": true,
          "name": "MINERU_API_TOKEN"
        },
        {
          "description": "Directory for saved parse results when content is written to disk.",
          "format": "string",
          "name": "OUTPUT_DIR"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...