Skip to content
Cline

HTML to Markdown MCP Server for Cline

io.github.sunshad0w/html2md

Converts HTML to Markdown with auto-summary and section extraction. Supports Playwright.

client:Cline transport:stdio runtime:oci

Install HTML to Markdown MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "html2md": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/sunshad0w/html2md-mcp"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

HTML to Markdown MCP Server in other clients