MinerU for Grok
io.github.linxule/mineru
MinerU document parsing API — PDFs, images, DOCX, PPTX with OCR and batch processing.
client:Grok
transport:stdio
runtime:npm
Install MinerU in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mineru": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mineru-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs