Submit

md2doc

@Yorick-Ryu

A Model Context Protocol (MCP) server that converts Markdown text to DOCX format using an external conversion service.

Server Config

{
  "mcpServers": {
    "md2doc": {
      "command": "uvx",
      "args": [
        "md2doc"
      ],
      "env": {
        "DEEP_SHARE_API_KEY": "your-api-key-here"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

md2doc MCP Server