mineru-mcp-server

neosun100/mineru-mcp-server
★ 10 stars Python 📦 Other Updated 4d ago
MinerU MCP Server - 完整的文档处理解决方案。支持PDF/PPTX/DOCX/图片,真正异步并发,批量异步并行,MCP自然语言交互,性能提升10倍。
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mineru-mcp-server": {
      "command": "uvx",
      "args": [
        "mineru-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install mineru-mcp-server