Odel
codetoimage mcp server

codetoimage mcp server

Local
@beznazwiskaTypeScriptMITUpdated 1mo ago

Pixel-perfect HTML/CSS to PNG/JPG/WebP for AI agents — inline image or 24h hosted URL.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@codetoimage/mcp-serverv0.2.0

Run

npx -y @codetoimage/mcp-server

MCP client config

{
  "mcpServers": {
    "codetoimage-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@codetoimage/mcp-server"
      ]
    }
  }
}