HTML to Markdown MCP Server for Claude Desktop
io.github.sunshad0w/html2md
Converts HTML to Markdown with auto-summary and section extraction. Supports Playwright.
client:Claude Desktop
transport:stdio
runtime:oci
Install HTML to Markdown MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"html2md": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/sunshad0w/html2md-mcp"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs