MinerU Open MCP
Rank #7,203io.github.opendatalab/mineru-open-mcp
Parse PDFs, images, doc, docx, ppt, pptx, xls, xlsx, html into Markdown using MinerU API.
MinerU Open MCP is a Model Context Protocol (MCP) server published by opendatalab. It ranks #7,203 of 115,591 servers tracked on MCP Toplist, and its repository has 198 GitHub stars. MinerU Open MCP is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 1 tracked version. It was first listed on Mar 18, 2026 and most recently updated on Apr 13, 2026.
Ranks ahead of 108,388 of 115,591 servers on MCP Toplist.
Use MinerU Open MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mineru-open-mcp -e "MINERU_API_TOKEN=<your MINERU_API_TOKEN>" -e "OUTPUT_DIR=<your OUTPUT_DIR>" -- uvx mineru-open-mcpReplace each placeholder with your own value before saving.
[mcp_servers.mineru-open-mcp]
command = "uvx"
args = ["mineru-open-mcp"]
[mcp_servers.mineru-open-mcp.env]
MINERU_API_TOKEN = "<your MINERU_API_TOKEN>"
OUTPUT_DIR = "<your OUTPUT_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mineru-open-mcp": {
"command": "uvx",
"args": [
"mineru-open-mcp"
],
"env": {
"MINERU_API_TOKEN": "<your MINERU_API_TOKEN>",
"OUTPUT_DIR": "<your OUTPUT_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mineru-open-mcp": {
"command": "uvx",
"args": [
"mineru-open-mcp"
],
"env": {
"MINERU_API_TOKEN": "<your MINERU_API_TOKEN>",
"OUTPUT_DIR": "<your OUTPUT_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mineru-open-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mineru-open-mcp"
],
"env": {
"MINERU_API_TOKEN": "<your MINERU_API_TOKEN>",
"OUTPUT_DIR": "<your OUTPUT_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mineru-open-mcp": {
"command": "uvx",
"args": [
"mineru-open-mcp"
],
"env": {
"MINERU_API_TOKEN": "<your MINERU_API_TOKEN>",
"OUTPUT_DIR": "<your OUTPUT_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mineru-open-mcp": {
"command": "uvx",
"args": [
"mineru-open-mcp"
],
"env": {
"MINERU_API_TOKEN": "<your MINERU_API_TOKEN>",
"OUTPUT_DIR": "<your OUTPUT_DIR>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.opendatalab%2Fmineru-open-mcp)<a href="https://mcptoplist.com/server/io.github.opendatalab%2Fmineru-open-mcp"><img src="https://mcptoplist.com/badge/io.github.opendatalab%2Fmineru-open-mcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
opendatalab
Other servers by opendatalab
View all opendatalab servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.20 | Apr 13, 2026 |
Frequently asked questions
- Who maintains MinerU Open MCP?
- MinerU Open MCP is maintained by opendatalab, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is MinerU Open MCP listed on the Official MCP Registry?
- Yes — MinerU Open MCP is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does MinerU Open MCP have?
- MCP Toplist tracks 1 version of MinerU Open MCP, most recently published on Apr 13, 2026.
- Where can I find the source code for MinerU Open MCP?
- The source code for MinerU Open MCP is hosted at github.com/opendatalab/mineru-ecosystem.