MinerU MCP Server
by linxule
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MINERU_API_KEY | Yes | Your MinerU API Bearer token | |
| MINERU_BASE_URL | No | API base URL | https://mineru.net/api/v4 |
| MINERU_DEFAULT_MODEL | No | Default model: pipeline or vlm | pipeline |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| mineru_parseB | Parse a document URL. Returns task_id to check status. |
| mineru_statusB | Check task progress. Returns download URL when done. |
| mineru_batchC | Parse multiple URLs in one batch (max 200). |
| mineru_batch_statusA | Get batch results. Supports pagination for large batches. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |