MinerU Document to Markdown MCP Server
Related Servers
Alternatives to MinerU Document to Markdown MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceConverts Word, PDF, PPT, and Excel documents to Markdown using the MinerU DocParse API. Supports synchronous parsing and async background tasks for large files.21MIT
- AlicenseNot gradedqualityBmaintenanceConverts PDF, Office, image, and web documents into Markdown with extracted images, using MinerU cloud for high-precision parsing and automatic local fallback for offline use. It exposes a single tool for conversion plus capability queries, with optional image alt-text generation for text-only models.1MIT
- AlicenseAqualityDmaintenanceExposes the MinerU document-to-markdown API as MCP tools for converting PDF, Word, PPT, and images into Markdown. It supports both local and remote file processing with integrated OCR capabilities for multiple languages.210MIT
- AlicenseNot gradedqualityDmaintenanceConverts various file types (documents, images, audio, web content) to markdown format without requiring Docker, supporting PDF, Word, Excel, PowerPoint, images, audio files, web URLs, and more.227 npm14MIT
- FlicenseAqualityDmaintenanceConverts files (PDF, DOCX, PPTX, XLSX, images via OCR) and URLs to Markdown, enabling AI clients to read them via a single MCP tool.1-
- AlicenseAqualityDmaintenanceConverts PDF files from local storage or URLs to structured Markdown format using Mistral AI's OCR API, preserving document structure and extracting images.21MIT
TDQS
Scored across 5 tools
Two tools (convert_to_markdown and convert_pdf_to_markdown) are explicitly aliases, causing direct confusion. Additionally, the multi-step workflow tools (create_parse_task, get_task_status, download_result) overlap with the one-step conversion, making it unclear which to choose without careful context.
All tools use snake_case and a verb_noun pattern, but convert_pdf_to_markdown is an alias that adds no semantic value and breaks the expected distinct naming convention.
Five tools is a reasonable number for a document conversion server, though the alias reduces effective distinct tools to four. The scope is well-contained.
The server covers the core conversion workflow (submit, track, download, one-step) but lacks batch processing support, cancelation, or listing of past tasks, leaving minor gaps.