← Index

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

io.github.MDMagic-MCP/mdmagic-mcp-server·v1.7.14·Documents & Spreadsheets
Quality Score
90
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

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.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://api.mdmagic.ai/mcp
Claude Desktop (claude_desktop_config.json)
{
  "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"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "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"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @mdmagic/mcp-server
§02  Environment variables
MDMAGIC_API_KEY
requiredsecret

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.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Documents & Spreadsheets