Odel
draw2agent

draw2agent

Local
@zero-abd3TypeScriptUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmdraw2agentv1.3.4

Run

npx -y draw2agent

MCP client config

{
  "mcpServers": {
    "draw2agent": {
      "command": "npx",
      "args": [
        "-y",
        "draw2agent"
      ]
    }
  }
}