loading…
Search for a command to run...
loading…
MCP server for [MinerU](https://mineru.net) document parsing API — extract text, tables, and formulas from PDFs, DOCs, and images. ## Features - **VLM model** —
MCP server for [MinerU](https://mineru.net) document parsing API — extract text, tables, and formulas from PDFs, DOCs, and images. ## Features - **VLM model** — 90%+ accuracy for complex documents - **Pipeline model** — Fast processing for simple documents - **Local file upload** — Upload files from disk for batch parsing - **Batch processing** — Parse up to 200 documents at once - **Download & rename** — Extract markdown with original filenames - **Page ranges** — Extract specific pages only - **109 language OCR** support - **Optimized for Claude Code** — 73% token reduction vs alternatives ## Tools | Tool | Description | |------|-------------| | `mineru_parse` | Parse a document URL | | `mineru_status` | Check task progress, get download URL | | `mineru_batch` | Parse multiple URLs (max 200) | | `mineru_batch_status` | Get batch results with pagination | | `mineru_upload_batch` | Upload local files for batch parsing | | `mineru_download_results` | Download results as named markdown files | ## Supported Formats PDF, DOC, DOCX, PPT, PPTX, PNG, JPG, JPEG ## Requirements Get your API key at [mineru.net](https://mineru.net)
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mineru-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"run",
"linxule/mineru-mcp"
]
}
}
}PRs, issues, code search, CI status
Database, auth and storage
Reference / test server with prompts, resources, and tools.
Secure file operations with configurable access controls.