VOOZH about

URL: https://mcp.so/server/mineru-open-mcp/OpenDataLab

⇱ Mineru Open Mcp MCP Server


Mineru Open Mcp

@OpenDataLab

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 Desktop, Cursor, and Windsurf.
Overview

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

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

Server Config

{
 "mcpServers": {
 "mineru": {
 "command": "uvx",
 "args": [
 "mineru-open-mcp"
 ],
 "env": {
 "MINERU_API_TOKEN": "your token"
 }
 }
 }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.