Odel
draw flow mcp server

draw flow mcp server

Local
@hj1003862396TypeScriptUpdated 7mo ago

MCP server for Next AI Draw.io - AI-powered diagram generation with real-time browser preview

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@io.github.hj1003862396/draw-flow-mcp-serverv1.0.2

Run

npx -y @io.github.hj1003862396/draw-flow-mcp-server

MCP client config

{
  "mcpServers": {
    "draw-flow-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@io.github.hj1003862396/draw-flow-mcp-server"
      ]
    }
  }
}