mineru-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mineru-mcpparse the file report.pdf into markdown"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MinerU MCP Server
安装
uv syncRelated MCP server: pymupdf4llm-mcp
pip
uv pip install -U "mineru[all]"MCP 配置
# reasonix
[[plugins]]
name = "mineru"
command = "python"
args = ["path/to/mineru-env/server.py"]
auto_start = true// Claude Desktop / Cline / 通用 MCP 客户端
{
"mcpServers": {
"mineru": {
"command": "python",
"args": ["path/to/mineru-env/server.py"]
}
}
}注意:
command需指向 mineru 所在 venv 的 python(如path/to/.venv/bin/python),确保能 importmcp和找到mineru二进制。
AI Tool 使用指南
本 MCP 提供两个 tool。
mineru_parse — 解析文档
将 PDF/图片/Office 文档解析为 Markdown。参数透传 mineru CLI,默认 --backend vlm-engine --effort high,无需重复传入。
// 最简调用
["-p", "/path/to/doc.pdf", "-o", "/tmp/output"]
// 指定页码范围
["-p", "/path/to/doc.pdf", "-o", "/tmp/output", "-s", "0", "-e", "10"]
// 批量解析目录
["-p", "/path/to/pdf_dir", "-o", "/tmp/output"]
// 查看帮助
["--help"]mineru_read_result — 读取已有结果
从之前的输出目录重读解析结果,避免重复解析。
{ "result_dir": "/tmp/output" }This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Gength/mineru-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server