PluginBench
MCP Server

MinerU MCP Server

io.github.linxule/mineru

What is the MinerU MCP server?

MinerU document parsing API — PDFs, images, DOCX, PPTX with OCR and batch processing.

How to install MinerU

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mineru": {
      "command": "npx",
      "args": [
        "-y",
        "mineru-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mineru": {
      "command": "npx",
      "args": [
        "-y",
        "mineru-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mineru": {
      "command": "npx",
      "args": [
        "-y",
        "mineru-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mineru": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mineru-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add mineru -- npx -y mineru-mcp

Related MCP servers

Contemplative reasoning with Lotus Sutra wisdom framework and ext-apps visualization.

View repository →

Music studio: ABC notation composition and Strudel live coding with ext-apps UI.

View repository →

Multi-model AI gateway — 8 providers plus local models, no system prompt injection.

View repository →