io.github.MDMagic-MCP/mdmagic-mcp-server

MCP

by MDMagic-MCP · v1.7.14

Use your own Word templates to convert Markdown → DOCX/PDF/HTML from any MCP-compatible AI.

mcplocal

MCP configuration

stdio

Command

npx -y @mdmagic/mcp-server@1.7.14

Environment

  • MDMAGIC_API_KEYrequiredsecret

    Your 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_URL

    Override 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_TIMEOUT

    Request timeout in milliseconds. Increase for very large documents on slow connections. Default: 30000 (30s).

  • MCP_TRANSPORT

    Transport mode: 'stdio' (default, for local clients like Claude Desktop) or 'http' (for self-hosted Streamable HTTP).

  • MCP_HTTP_PORT

    Port for HTTP transport mode. Default: 3001. Only used when MCP_TRANSPORT=http.

  • MCP_HTTP_HOST

    Bind address for HTTP transport mode. Default: 127.0.0.1. Only used when MCP_TRANSPORT=http.

Install in one click with Zurek

Browse here, install from the native macOS app — pick targets, fill env vars, and write configs safely.