MinerU Open MCP
About
Parse PDFs, images, doc, docx, ppt, pptx, xls, xlsx, html into Markdown using MinerU API.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
MINERU_API_TOKEN OUTPUT_DIRClaude Code
claude mcp add --env MINERU_API_TOKEN= --env OUTPUT_DIR= mineru-open-mcp -- uvx mineru-open-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mineru-open-mcp","command":"uvx","args":["mineru-open-mcp"],"env":{"MINERU_API_TOKEN":"","OUTPUT_DIR":""}}'
JSON
{
"mcpServers": {
"mineru-open-mcp": {
"command": "uvx",
"args": [
"mineru-open-mcp"
],
"env": {
"MINERU_API_TOKEN": "",
"OUTPUT_DIR": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.