Miner U MCP Server

MinerU document parsing API - PDFs, images, DOCX, PPTX with OCR and batch processing. Its 6 documented tools cover mineru, batch, status. It runs locally over stdio via the published package.

People connecting media tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-03 · ★ 9 · #65 OF 155 MAINTAINED MEDIA · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Miner U

before you install - you'll need

MINERU_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add linxule-mineru-mcp -- npx -y mineru-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "linxule-mineru-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mineru-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package mineru-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.linxule is GitHub-verified and matches the repo owner

03 · What Miner U can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can parse a document URL, check task progress, get download URL, parse multiple URLs (max 200), and get batch results with pagination.

The 6 tools it gives your agent

Extracted from the project's README - what MinerU lets an agent do.

mineru_parse
- Parse a document URL
mineru_status
- Check task progress, get download URL
mineru_batch
- Parse multiple URLs (max 200)
mineru_batch_status
- Get batch results with pagination
mineru_upload_batch
- Upload local files for batch parsing
mineru_download_results
- Download results as named markdown files

04 · Who maintains Miner U

MinerU is maintained by linxule. We track 6 MCP servers from linxule - 6 actively maintained, 111 combined GitHub stars, oldest repo from Apr 2025. Full record: all servers from linxule.

  1. Music Studio Music studio: ABC notation composition and Strudel live coding with ext-apps UI. ★ 69
  2. Lotus Wisdom Contemplative reasoning with Lotus Sutra wisdom framework and ext-apps visualization. ★ 31

05 · Facts

category
media - ranked #65 of 155 actively-maintained media servers as of 2026-08-25.
registry
io.github.linxule/mineru (active, first published 2026-02-15 · 6 versions)
packages
npm:mineru-mcp

06 · Miner U FAQ

Is Miner U still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-03. We re-verify nightly.

What can Miner U do?

With this server connected, an agent can parse a document URL, check task progress, get download URL, parse multiple URLs (max 200), and get batch results with pagination.

How do I install Miner U?

Run `npx -y mineru-mcp`. The README documents one environment variable (MINERU_API_KEY) to set first. You can also paste the ready-made client config above.

Does Miner U run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Miner U