Loading MCP server directory, please wait...
Use your own Word templates to convert Markdown → DOCX/PDF/HTML from any MCP-compatible AI.
npx @getmcp/cli add io.github.MDMagic-MCP/mdmagic-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
MDMAGIC_API_KEYYour personal MDMagic API key (format: mdmagic-XXXXXXXXXXXXXXXX). Get yours at https://mdmagic.ai/account — the 'Connect to AI Assistants via MCP' card on your account page generates the key and pre-fills a copy-pasteable config block.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.MDMagic-MCP/mdmagic-mcp-server": {
"command": "npx",
"args": [
"-y",
"@mdmagic/mcp-server"
],
"env": {
"MDMAGIC_API_KEY": "",
"MDMAGIC_BASE_URL": "https://api.mdmagic.ai",
"REQUEST_TIMEOUT": "30000",
"MCP_TRANSPORT": "stdio",
"MCP_HTTP_PORT": "3001",
"MCP_HTTP_HOST": "127.0.0.1"
}
}
}
}