Back to directory
md2doc

md2doc

@Yorick-Ryu6

An MCP server that converts Markdown text to DOCX format, supporting custom templates and multi-language output, leveraging an external conversion service.

markdowndocxconversiondocument processingtool

Installation & Configuration

{
  "mcpServers": {
    "md2doc": {
      "command": "uvx",
      "args": [
        "md2doc"
      ],
      "env": {
        "DEEP_SHARE_API_KEY": "your-api-key-here"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/7/4
Updated
2026/6/7