Skip to content
Cursor

draw flow mcp server for Cursor

io.github.hj1003862396/draw-flow-mcp-server

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

client:Cursor transport:stdio runtime:npm

Install draw flow mcp server in Cursor

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

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

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

draw flow mcp server in other clients