io.github.MDMagic-MCP/mdmagic-mcp-server
Use your own Word templates to convert Markdown → DOCX/PDF/HTML from any MCP-compatible AI.
Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.
Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.
https://api.mdmagic.ai/mcp{
"mcpServers": {
"mdmagic-mcp-server": {
"command": "npx",
"args": [
"-y",
"@mdmagic/mcp-server"
],
"env": {
"MDMAGIC_API_KEY": "<your-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"
}
}
}
}{
"mcpServers": {
"mdmagic-mcp-server": {
"command": "npx",
"args": [
"-y",
"@mdmagic/mcp-server"
],
"env": {
"MDMAGIC_API_KEY": "<your-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"
}
}
}
}npx -y @mdmagic/mcp-serverMDMAGIC_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.
MDMAGIC_BASE_URLOverride the MDMagic API base URL. Defaults to https://api.mdmagic.ai. Only set this if you're running MDMagic against a local dev backend.
REQUEST_TIMEOUTRequest timeout in milliseconds. Increase for very large documents on slow connections. Default: 30000 (30s).
MCP_TRANSPORTTransport mode: 'stdio' (default, for local clients like Claude Desktop) or 'http' (for self-hosted Streamable HTTP).
MCP_HTTP_PORTPort for HTTP transport mode. Default: 3001. Only used when MCP_TRANSPORT=http.
MCP_HTTP_HOSTBind address for HTTP transport mode. Default: 127.0.0.1. Only used when MCP_TRANSPORT=http.
Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.
Google Ads MCP server — manage campaigns, keywords, and metrics.
Publish markdown documents as public share links with mermaid diagram support. Built by AutEng.ai