Skip to main content
Search & Data ExtractionTypeScript

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.

search-data-extractioncloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/linxule/mineru-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "mineru-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "linxule/mineru-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Search & Data Extraction
Language
TypeScript
Author
linxule