MCP Server
MCP
MinerU Open MCP
Parse PDFs, images, doc, docx, ppt, pptx, xls, xlsx, html into Markdown using MinerU API.
Install
uvx mineru-open-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "mineru-open-mcp",
"version": "1.0.20",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "MinerU API token for full capability (higher limits, extra output formats). Omit to use free Flash mode (Markdown only, 20 pages / 10 MB per file).",
"format": "string",
"isSecret": true,
"name": "MINERU_API_TOKEN"
},
{
"description": "Directory for saved parse results when content is written to disk.",
"format": "string",
"name": "OUTPUT_DIR"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment