Skip to content
Grok

draw2agent for Grok

io.github.zero-abd/draw2agent

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

client:Grok transport:stdio runtime:npm

Install draw2agent in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

draw2agent in other clients