Converts Word, PDF, PPT, and Excel documents to Markdown using the MinerU DocParse API. Supports synchronous parsing and async background tasks for large files.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.MINERU_API_URL— "": "http://localhost:8000",MINERU_API_TIMEOUT— 600 请求超时秒数,大文件超时可调大MINERU_OUTPUT_DIR— 保存路径是服务端配置,不是接口参数,所以 必须在这里设置好,否则调用解析工具时会报错:MCP_TRANSPORT— stdio 传输模式:stdio(本地子进程)或 streamable-http(远程服务)MCP_HOST— 127.0.0.1 仅 HTTP 模式生效,监听地址,设为 0.0.0.0 可对外暴露MCP_PORT— 8001 仅 HTTP 模式生效,监听端口[](https://m8ven.ai/mcp/zhengjie9510-mineru-docparse-mcp-5g0wu2)