Loading MCP server directory, please wait...
Pixel-perfect HTML/CSS to PNG/JPG/WebP for AI agents — inline image or 24h hosted URL.
npx @getmcp/cli add io.github.beznazwiska/codetoimage-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
CODETOIMAGE_API_KEYAPI key from https://codetoimage.app/dashboard/keys (starts with cti_live_…). Sandbox tier is free.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.beznazwiska/codetoimage-mcp-server": {
"command": "npx",
"args": [
"-y",
"@codetoimage/mcp-server"
],
"env": {
"CODETOIMAGE_API_KEY": "",
"CODETOIMAGE_API_URL": "https://api.codetoimage.app"
}
}
}
}