Convert Markdown to DOCX, PDF, and HTML using your own Word templates — your letterhead, your branding, your fonts. Plus 15 designer-built templates for when you don't have your own.
MDMagic plugs straight into Claude, Cursor, VS Code, and any MCP-compatible AI assistant, giving them direct access to a professional document conversion pipeline - and, more importantly, *your* templates.
✨ Use your own Word templates
Upload your existing letterhead, stationery, brand guidelines, contract shells, proposal templates — anything you already use in Microsoft Word. Once uploaded, your AI assistant can convert any Markdown directly into a polished document carrying *your* logo, fonts, colours, footers, page numbers, watermarks, and signature blocks. The output looks like it came from your design team, not from a generic AI export.
🎨 Or pick from 15 designer-built templates
Don't have a Word template ready? MDMagic ships with 15 professionally designed templates across four categories:
• Business — Executive Platinum, Financial Blue, Premium Bronze, Professional Azure, Business Purple
• Creative — Designer Indigo, Artistic Aqua, Sunset Vibes, Sage Serenity, Minimalist Pro, Cheese Burger
• Professional — Legal Burgundy, Modern Legal
• Technical — Code Documentation, Deep Data Blue
🧰 Ten tools, designed for AI workflows
• convert_document — Markdown → DOCX, PDF, HTML, or all three
• validate_markdown — pre-flight syntax check before you spend credits
• estimate_conversion_cost — know the cost before the conversion runs
• recommend_template — describe the document, get the right template
• list_all_templates / list_builtin_templates / list_custom_templates — full catalogue with category filters
• get_template_details — confirm page sizes, orientations, variants
• check_credit_balance — credits remaining, plan status, cost-aware AI behaviour
• show_default_settings — honour the user's preferred page size and orientation
💸 Same credits, one balance
Whether you convert via the MDMagic web app or your AI assistant, credits work the same way. Free-tier credits renew monthly. Paid plans and one-off top-ups available. The MCP refuses conversions when your balance is low — no surprise bills.
🚀 Five-minute setup
Sign up at https://mdmagic.ai/account → grab your API key → paste a JSON snippet into your AI client's MCP config → restart. Done. The hosted endpoint at https://api.mdmagic.ai/mcp is also available for clients that don't run local processes.
Built for serious documents. Designed for AI assistants. Trusted with your brand.
服务器配置
{
"mcpServers": {
"mdmagic": {
"command": "npx",
"args": [
"-y",
"@mdmagic/mcp-server"
],
"env": {
"MDMAGIC_API_KEY": "mdmagic-xxxxxxxxxxxxxxxx"
}
}
}
}