aigroup-mdtoword-mcp
About
本地 Markdown 到 Word 文档转换工具,支持最新 MCP 协议特性、完整的页眉页脚页码功能、增强的表格功能、数据导入和数学公式支持,修复本地相对路径图片嵌入问题
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Claude Code
claude mcp add aigroup-mdtoword-mcp -- npx aigroup-mdtoword-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"aigroup-mdtoword-mcp","command":"npx","args":["aigroup-mdtoword-mcp"]}'
JSON
{
"mcpServers": {
"aigroup-mdtoword-mcp": {
"command": "npx",
"args": [
"aigroup-mdtoword-mcp"
]
}
}
}