Skip to content
Cursor

drawarch for Cursor

io.github.ajey95/drawarch

Create editable Draw.io architecture diagrams from prompts and reference images.

client:Cursor transport:stdio runtime:npm

Install drawarch in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

drawarch in other clients