Skip to content
Cursor

drawx mcp server for Cursor

io.github.saharshpamecha/drawx-mcp-server

Generate draw.io diagrams and architecture designs from natural language, via the DrawX API.

client:Cursor transport:stdio runtime:npm

Install drawx mcp server in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "drawx-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@drawx/mcp-server"
      ],
      "env": {
        "DRAWX_API_KEY": "<DRAWX_API_KEY>",
        "DRAWX_API_BASE": "<DRAWX_API_BASE>"
      }
    }
  }
}

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

drawx mcp server in other clients