Mineru
@linxule
Mineru について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mineru": {
"command": "npx",
"args": [
"-y",
"mineru-mcp"
],
"env": {
"MINERU_API_KEY": "your-api-key-from-mineru.net"
}
}
}
}ツール
6Parse a document URL
Check task progress, get download URL
Parse multiple URLs (max 200)
Get batch results with pagination
Upload local files for batch parsing
Download results as named markdown files
概要
What is Mineru?
Mineru is an MCP (Model Context Protocol) server for the MinerU document parsing API. It extracts text, tables, and formulas from PDFs, DOCs, and images, and is designed for use with AI coding assistants like Claude Code, Codex CLI, and Gemini CLI.
How to use Mineru?
Install via npx -y mineru-mcp (requires Node.js 18+ and a MinerU API key). Configure the server in your MCP client (e.g., Claude Desktop, VS Code, Cursor, Windsurf) by setting the command to npx, args to -y mineru-mcp, and adding the environment variable MINERU_API_KEY. Then use the provided tools: mineru_parse, mineru_status, mineru_batch, mineru_batch_status, mineru_upload_batch, and mineru_download_results.
Key features of Mineru
- VLM model: 90%+ accuracy for complex documents
- Pipeline model: fast processing for simple documents
- Local file upload for batch parsing
- Batch processing of up to 200 documents at once
- Download and rename extracted markdown with original filenames
- Page-range extraction and 109-language OCR support
- Optimized for Claude Code (73% token reduction vs alternatives)
Use cases of Mineru
- Extract text and tables from academic PDFs
- Parse multi-page documents with formulas and images
- Batch process a folder of documents for market research
- Convert scanned images (PNG/JPG) to markdown via OCR
- Integrate document parsing into AI coding assistant workflows
FAQ from Mineru
What file size and page limits does Mineru have?
Single file: 200 MB max and 600 pages max. Batch: up to 200 files per request.
What is the daily usage quota?
The daily quota is 2000 pages at high priority.
What models are available and when should I use each?
Mineru offers two models: pipeline (default) for fast processing of simple documents, and vlm for complex documents requiring 90%+ accuracy.
Does Mineru require an API key?
Yes, a MinerU API key is required. Get one at mineru.net. Set it as the MINERU_API_KEY environment variable.
Does Mineru support remote MCP (e.g., ChatGPT)?
No, Mineru uses local stdio transport. ChatGPT only supports remote MCP servers over HTTPS, so it is not directly compatible.
「その他」の他のコンテンツ
Nginx UI
0xJackyYet another WebUI for Nginx
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.

EverArt
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
コメント