PluginBench
MCP Server

io.github.zero-abd/draw2agent MCP Server

io.github.zero-abd/draw2agent

What is the io.github.zero-abd/draw2agent MCP server?

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

How to install io.github.zero-abd/draw2agent

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "draw2agent": {
      "command": "npx",
      "args": [
        "-y",
        "draw2agent"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "draw2agent": {
      "command": "npx",
      "args": [
        "-y",
        "draw2agent"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "draw2agent": {
      "command": "npx",
      "args": [
        "-y",
        "draw2agent"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "draw2agent": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "draw2agent"
      ]
    }
  }
}
Claude Code
claude mcp add draw2agent -- npx -y draw2agent

Related MCP servers

MCP server for real-time LLM API documentation — stop hallucinations

View repository →