codetoimage-mcp-server
About
Pixel-perfect HTML/CSS to PNG/JPG/WebP for AI agents — inline image or 24h hosted URL.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
CODETOIMAGE_API_KEY CODETOIMAGE_API_URLClaude Code
claude mcp add --env CODETOIMAGE_API_KEY= --env CODETOIMAGE_API_URL= codetoimage-mcp-server -- npx @codetoimage/mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"codetoimage-mcp-server","command":"npx","args":["@codetoimage/mcp-server"],"env":{"CODETOIMAGE_API_KEY":"","CODETOIMAGE_API_URL":""}}'
JSON
{
"mcpServers": {
"codetoimage-mcp-server": {
"command": "npx",
"args": [
"@codetoimage/mcp-server"
],
"env": {
"CODETOIMAGE_API_KEY": "",
"CODETOIMAGE_API_URL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.