AI & ML
Trust: 32/100 (Limited)io.github.zero-abd/draw2agent Guide
Draw on your website, let your AI agent see it. Visual context for code generation via MCP.
1 starsby zero-abd
Quick Start
Install
npx draw2agentClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-zero-abd-draw2agent": {
"command": "npx",
"args": [
"draw2agent"
]
}
}
}