linxule/mineru-mcp
MCP server for MinerU document parsing API. Parse PDFs, images, DOCX, and PPTX with OCR (109 languages), batch processing (200 docs), page ranges, and local file upload. 73% token reduction with structured output.
Quick Start
Clone the repository:
git clone https://github.com/linxule/mineru-mcpClaude Desktop configuration example:
{
"mcpServers": {
"mineru-mcp": {
"command": "npx",
"args": [
"-y",
"linxule/mineru-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.