Skip to content
Claude Desktop

Markdown to HTML API for Claude Desktop

io.github.br0ski777/markdown-to-html

Convert markdown to clean HTML with headings, lists, code blocks. x402 micropayment.

client:Claude Desktop transport:sse

Install Markdown to HTML API in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "markdown-to-html": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://markdown-to-html.api.klymax402.com/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Markdown to HTML API in other clients