Mineru Open Mcp

by opendatalab

763 downloads
Not rated
GitHub

About

Official MinerU MCP server for document parsing. Convert PDF, DOCX, PPTX, images, and HTML to high-quality Markdown. Supports 109-language OCR, table/formula extraction, and both token-free Flash mode (20 pages / 10MB) and Precision mode (600 pages / 200MB). Works with Claude Des

Details

Author
opendatalab
Downloads
763
Categories
Other, Knowledge Base

- Parse PDF, DOCX, PPTX, images, and HTML to Markdown
- OCR support for 109 languages
- Table and formula extraction in Precision mode
- Flash mode (free, no token) for up to 20 pages / 10MB per file
- Precision mode (token required) for up to 600 pages / 200MB per file
- Works in Claude Desktop, Cursor, Windsurf, and other MCP clients

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Mineru Open Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install by running uvx mineru-open-mcp and configure the MINERU_API_TOKEN environment variable. Add the server definition to your MCP client settings (e.g., Claude Desktop, Cursor, Windsurf). Then use the parse_documents tool to parse files or URLs, get_ocr_languages to list OCR languages, and clean_logs to clean logs (if ENABLE_LOG=true).

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mineru open mcp": {
            "mineru": {
                "command": "uvx",
                "args": [
                    "mineru-open-mcp"
                ],
                "env": {
                    "MINERU_API_TOKEN": "your token"
                }
            }
        }
    }
}

McpServers

{
    "mineru": {
        "command": "uvx",
        "args": [
            "mineru-open-mcp"
        ],
        "env": {
            "MINERU_API_TOKEN": "your token"
        }
    }
}

MinerU Open MCP (Official)

Official MCP server for MinerU document parsing API.

What it does

- Parse PDF, DOCX, PPTX, images, and HTML into Markdown - OCR support for 109 languages - Extract tables and formulas (Precision mode) - Works in Claude Desktop, Cursor, Windsurf, and other MCP clients

Modes

- Flash mode (no token): free, markdown-only, up to 20 pages / 10MB per file - Precision mode (token required): up to 600 pages / 200MB, richer parsing and optional extra formats

Tools

- parse_documents — parse local files or URLs to Markdown - get_ocr_languages — list OCR languages - clean_logs — clean old log files (when ENABLE_LOG=true)

Quick setup

```json { "mcpServers": { "mineru": { "command": "uvx", "args": ["mineru-open-mcp"], "env": { "MINERU_API_TOKEN": "your_token_here" } } } }
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.