Skip to content
VS Code

Sites by Clize for VS Code

ai.clize/sites

Ship a real marketing site from your coding agent: domain, HTTPS and a working inbox.

client:VS Code transport:stdio runtime:npm

Install Sites by Clize in VS Code

.vscode/mcp.json

{
  "servers": {
    "sites": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@clize/sites"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Sites by Clize in other clients