Skip to content
Claude Desktop

HTML/CSS to Image API for Claude Desktop

io.github.htmlcsstoimage/html-css-to-image

Generate images and PDFs from HTML/CSS, live websites, and reusable templates.

client:Claude Desktop transport:streamable-http

Install HTML/CSS to Image API in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "html-css-to-image": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.hcti.io"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

HTML/CSS to Image API in other clients