mcp-document-converter
Related Servers
Alternatives to mcp-document-converter
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceEnables document conversion between various formats (Markdown, DOCX, HTML, PDF, etc.) using Pandoc, allowing AI agents to request conversions via natural language.7-
- -licenseNot gradedqualityNot gradedmaintenanceEnables conversion between multiple document formats including Markdown, HTML, TXT, PDF, and DOCX with automatic format detection. Supports high-fidelity document transformation while preserving content integrity.72 npm1-
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to inspect and convert PDF, PowerPoint, Excel, and many other file formats into clean, structured Markdown, with chunking support for long documents.Apache 2.0
- AlicenseAqualityCmaintenanceConverts documents between Markdown, PDF, DOCX, and HTML locally with AI-friendly Markdown output and secure file access.69 npmMIT
- AlicenseNot gradedqualityAmaintenanceConverts documents (PDF, DOCX, XLSX, EPUB, etc.) to clean, structured Markdown, and retrieves document info, for use with AI agents.MIT
- AlicenseAqualityDmaintenanceEnables document format conversion between Word, Markdown, PDF, HTML, and plain text, supporting batch operations and format validation via the AI MCP protocol.48 npm1MIT
TDQS
Scored across 3 tools
The three tools are clearly distinguishable: one lists all supported formats, one converts documents, and one checks feasibility of a specific conversion. There is no ambiguity in what each tool does because the descriptions clearly separate the listing and checking roles.
Tool names use snake_case and mostly follow a verb-noun pattern (list_supported_formats, convert_document). However, can_convert breaks the pattern by being a modal verb phrase without an explicit object, making it a slight outlier.
With only three tools, the server is tightly scoped for its converting purpose. Each tool serves a necessary function—discovery, capability check, and execution—and there are no filler or extraneous tools.
The core conversion lifecycle is covered: users can discover formats, validate conversions, and execute a conversion. The only minor gap is that conversion status or error diagnostics are not provided, but for a simple converter this is not a blocking deficiency.