Skip to content
Windsurf

HTML to Markdown MCP Server for Windsurf

io.github.sunshad0w/html2md

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

client:Windsurf transport:stdio runtime:oci

Install HTML to Markdown MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

HTML to Markdown MCP Server in other clients