← Back to browse

HTML to Markdown MCP Server

Indexed by io.github.sunshad0w

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Claude Code
claude mcp add html2md -- docker docker.io/sunshad0w/html2md-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"html2md","command":"docker","args":["docker.io/sunshad0w/html2md-mcp"]}'
JSON
{
  "mcpServers": {
    "html2md": {
      "command": "docker",
      "args": [
        "docker.io/sunshad0w/html2md-mcp"
      ]
    }
  }
}