Skip to content
Cursor

HTML to Markdown MCP Server for Cursor

io.github.sunshad0w/html2md

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

client:Cursor transport:stdio runtime:oci

Install HTML to Markdown MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

HTML to Markdown MCP Server in other clients