Loading MCP server directory, please wait...
Converts HTML to Markdown with auto-summary and section extraction. Supports Playwright.
npx @getmcp/cli add io.github.sunshad0w/html2mdRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.sunshad0w/html2md": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/sunshad0w/html2md-mcp"
]
}
}
}