Back to MCP Servers

Mineru

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-extractionapi

Installation

npx -y mineru-mcp

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub