Content Tools
html2img.com
Converts HTML, CSS, or URLs into PNG images or PDF documents via a REST API.
ENDPOINT 1
https://app.html2img.com/mcp
MCP server metadata
- Name
- html2img
- Version
- 1.1.0
HTML to Image turns HTML and CSS into PNG images or A4 vector PDFs. Guidelines for writing HTML that renders correctly: - Send complete, self-contained HTML. Put styles in an inline <style> block (or the optional css argument). - The renderer does NOT load remote images. Embed every image as a base64 data URI (data:image/png;base64,...). Remote <img src="https://..."> tags are skipped. - Use the width/height arguments to control the canvas; use fullpage to capture tall content. - Set format to "pdf" for documents such as invoices, reports, certificates and tickets. PDF output is A4 portrait, paginates long content automatically and keeps text selectable; width, height, dpi, fullpage and selector are ignored. Each successful generation consumes one credit from the user's plan. After generating a PNG, you receive a shareable CDN URL (full resolution) plus a downscaled preview of the image so you can review the result and refine the markup. PDF renders return the URL only, with no inline preview.
Known tools 2
generate-image-from-htmlRender HTML and CSS into a PNG image, or into an A4 vector PDF with format "pdf".
Inferred read-onlyscreenshot-urlCapture a live web page by URL as a PNG screenshot, or as an A4 vector PDF with format "pdf".
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.html2img]
url = "https://app.html2img.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"html2img": {
"type": "http",
"url": "https://app.html2img.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: html2img
Remote MCP URL: https://app.html2img.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"html2img": {
"url": "https://app.html2img.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"html2img": {
"type": "http",
"url": "https://app.html2img.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "html2img",
"transport": "streamable-http",
"url": "https://app.html2img.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for html2img.com was fetched 2026-08-03T22:21:50.944Z and is being refreshed.
html2img.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.