Odel
drawx mcp server

drawx mcp server

Local
@saharshpamechaTypeScriptMITUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@drawx/mcp-serverv0.1.1

Run

npx -y @drawx/mcp-server

MCP client config

{
  "mcpServers": {
    "drawx-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@drawx/mcp-server"
      ]
    }
  }
}