HTML to Markdown MCP Server for VS Code
io.github.sunshad0w/html2md
Converts HTML to Markdown with auto-summary and section extraction. Supports Playwright.
client:VS Code
transport:stdio
runtime:oci
Install HTML to Markdown MCP Server in VS Code
.vscode/mcp.json
{
"servers": {
"html2md": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/sunshad0w/html2md-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs