## 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 (whenENABLE_LOG=true)\ \
\ \
### Quick setup\ \
{\
\
"mcpServers": {\
\
"mineru": {\
\
"command": "uvx",\
\
"args": ["mineru-open-mcp"],\
\
"env": {\
\
"MINERU_API_TOKEN": "your_token_here"\
\
}\
\
}\
\
}\
\
}