Skip to content
Cline

codetoimage mcp server for Cline

io.github.beznazwiska/codetoimage-mcp-server

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

client:Cline transport:stdio runtime:npm

Install codetoimage mcp server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "codetoimage-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@codetoimage/mcp-server"
      ],
      "env": {
        "CODETOIMAGE_API_KEY": "<CODETOIMAGE_API_KEY>",
        "CODETOIMAGE_API_URL": "<CODETOIMAGE_API_URL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

codetoimage mcp server in other clients