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
By linxule
Installation
npx -y mineru-mcpConfiguration
{
"mcpServers": {
"mineru-mcp": {
"command": "npx",
"args": ["-y", "mineru-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes