Skip to content
VS Code

HTML to Image for VS Code

com.html2img/html-to-image

Render HTML and CSS to PNG images over HTTP. Send HTML and CSS and get a PNG back.

client:VS Code transport:streamable-http tools:2

Install HTML to Image in VS Code

.vscode/mcp.json

{
  "servers": {
    "html-to-image": {
      "type": "http",
      "url": "https://app.html2img.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

HTML to Image in other clients