hwpConverMdMCP
Related Servers
Alternatives to hwpConverMdMCP
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityCmaintenanceAn MCP server that converts and processes document formats such as DOCX and PDF into Markdown, enabling AI assistants to work with document contents.-
- AlicenseAqualityDmaintenanceUnified MCP server for converting Markdown to HWPX documents or generating new HWPX files from templates while preserving formatting.7MIT
- AlicenseNot gradedqualityAmaintenanceAn MCP server that parses South Korean document formats like HWP, HWPX, and PDF into Markdown. It features specialized table reconstruction and security-hardened extraction optimized for administrative and public institution files.15,620 npm1,977MIT
- AlicenseAqualityAmaintenanceAn MCP server for reading, writing, and managing Korean Hangul Word Processor (HWP/HWPX) files. It allows users to extract content, fill templates, and create new documents directly through AI assistants.341,190 npm91MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for reading and writing HWP/HWPX (Korean Hangul word processor) files, enabling document reading, text extraction, table extraction, image extraction, template filling, text replacement, and creation of new documents.MIT
- AlicenseNot gradedqualityAmaintenanceMCP server for reading HWP and HWPX documents without Hancom Office. Extracts text, tables with merged cells, and hidden memos, compatible with various MCP clients.MIT
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: one handles base64-encoded file content directly, while the other works with local file paths. Their descriptions explicitly differentiate the input methods, eliminating any ambiguity.
Both tools follow a consistent verb_noun pattern (convert_hwp_content_to_md and convert_hwp_to_md), using the same verb 'convert' and similar noun structures. The naming is predictable and readable throughout.
With only 2 tools, the server is minimal but well-scoped for its purpose of converting HWP/HWPX files to Markdown. It covers both content-based and path-based inputs, though it might feel slightly thin for broader file processing tasks.
The server provides complete coverage for its core conversion functionality, supporting both direct content and file paths. A minor gap exists in not handling other file operations like validation or batch processing, but the essential workflow is fully covered.