aigroup mdtoword mcp for Cursor
io.github.jackdark425/aigroup-mdtoword-mcp
本地 Markdown 到 Word 文档转换工具,支持最新 MCP 协议特性、完整的页眉页脚页码功能、增强的表格功能、数据导入和数学公式支持,修复本地相对路径图片嵌入问题
client:Cursor
transport:stdio
runtime:npm
Install aigroup mdtoword mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"aigroup-mdtoword-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"aigroup-mdtoword-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs