Skip to content
VS Code

draw2agent for VS Code

io.github.zero-abd/draw2agent

Draw on your website, let your AI agent see it. Visual context for code generation via MCP.

client:VS Code transport:stdio runtime:npm

Install draw2agent in VS Code

.vscode/mcp.json

{
  "servers": {
    "draw2agent": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "draw2agent"
      ]
    }
  }
}

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

draw2agent in other clients