MinerU Open MCP for Windsurf
io.github.opendatalab/mineru-open-mcp
Parse PDFs, images, doc, docx, ppt, pptx, xls, xlsx, html into Markdown using MinerU API.
client:Windsurf
transport:stdio
runtime:pypi
Install MinerU Open MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mineru-open-mcp": {
"command": "uvx",
"args": [
"mineru-open-mcp"
],
"env": {
"MINERU_API_TOKEN": "<MINERU_API_TOKEN>",
"OUTPUT_DIR": "<OUTPUT_DIR>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs