draw2agent for Cursor
io.github.zero-abd/draw2agent
Draw on your website, let your AI agent see it. Visual context for code generation via MCP.
client:Cursor
transport:stdio
runtime:npm
Install draw2agent in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"draw2agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"draw2agent"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs