mcpbeat Sign in

MinerU Open MCP Server

by opendatalab Your server? Claim it
local only

MinerU Open MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 393 installs a week from pypi. Last commit 11 May 2026.

Parse PDFs, images, doc, docx, ppt, pptx, xls, xlsx, html into Markdown using MinerU API.

Installs per day peak 508 · avg 113 · -9% w/w
a month agotoday
393
Installs / week
pypi · mineru-open-mcp
208
Stars
8 open issues
11 May 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
setup.py: выполняет код при установке пакета
File ships in the package but is absent from the source [пакет] setup.py:1, [пакет] src/mineru_open_mcp/__init__.py:1, [пакет] src/mineru_open_mcp/cli.py:1 и ещё 5
этот файл ставится пользователю, но в репозитории его нет
    tmpPath := filepath.Join(tmpDir, extractStdinName)
    raise SystemExit(subprocess.call([binary] + sys.argv[1:]))

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mineru-open-mcp -- uvx mineru-open-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mineru-open-mcp": {
      "args": [
        "mineru-open-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mineru-open-mcp]
command = "uvx"
args = ["mineru-open-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mineru-open-mcp": {
      "args": [
        "mineru-open-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mineru-open-mcp": {
      "args": [
        "mineru-open-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: MINERU_API_TOKEN (MinerU API token for full capability (higher limits, extra output formats). Omit to use free Flash mode (Markdown only, 20 pages / 10 MB per file).), OUTPUT_DIR (Directory for saved parse results when content is written to disk.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MinerU Open MCP

same job, measured the same way
MinerU
by linxule

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

618 installs/wk local only
Distill MCP
by lakshgk

Convert PDF, DOCX, XLSX, PPTX, HTML, audio to token-efficient Markdown for any MCP client.

37 installs/wk local only
PostAgent
by interpretai

Print & mail PDF/HTML/Markdown/text/DOCX/images to US addresses; pay per call in x402 USDC on Base.

14 tools answering
Packforai MCP
by zymsj8j9z9-ship-it

Convert PDF, DOCX, XLSX, CSV, JSON into clean, AI-ready Markdown via the PackForAI API.

31 installs/wk local only
Rendex: Rendering API for Images, PDFs & Content Extraction
by copperline-labs

Render HTML, Markdown, or URLs to images, PDF, or branded artifacts; extract and watch pages.

54 installs/wk 13 tools answering
Mdmagic MCP Server
by mdmagic-mcp

Use your own Word templates to convert Markdown → DOCX/PDF/HTML from any MCP-compatible AI.

68 installs/wk 10 tools answering
Markdown Formatter
by xjtlumedia

AI Answer Copier — Convert Markdown to PDF, DOCX, HTML, LaTeX, CSV, JSON, XML, XLSX, RTF, PNG

59 installs/wk local only
Carbone MCP
by carbone

Generate PDF/DOCX/XLSX/PPTX from templates+JSON. Convert Office/HTML/MD to PDF. Universal templating

135 installs/wk 11 tools answering

MinerU Open MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for MinerU Open MCP?
MinerU Open MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mineru-open-mcp was installed 393 times last week.
How do I connect MinerU Open MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mineru-open-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use MinerU Open MCP?
The pypi package mineru-open-mcp was installed 393 times in the last week. Week over week that is -9%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MinerU Open MCP open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 208 stars on GitHub and 8 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.