3 days ago
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 Markdownget_ocr_languages— list OCR languagesclean_logs— clean old log files (whenENABLE_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"
}
}
}
}