Loading MCP server directory, please wait...
Render HTML and CSS to PNG images over HTTP. Send HTML and CSS and get a PNG back.
npx @getmcp/cli add com.html2img/html-to-imageRequires Node.js 18+. Community-contributed server. Review source before installing.
AuthorizationYour HTML to Image API key as a bearer token, for example 'Bearer htim_...'. Create one in your html2img.com dashboard.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.html2img/html-to-image": {
"url": "https://app.html2img.com/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": ""
}
}
}
}