Draw.io (verified)
Generates and displays interactive diagrams to visualize complex systems and workflows. Enables real-time rendering of flowcharts directly within your workspace for better communication. Streamlines …
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add drawio/drawio
# Browse available tools
npx -y smithery tool list drawio/drawio
# Get full schema for a tool
npx -y smithery tool get drawio/drawio create_diagram
# Call a tool
npx -y smithery tool call drawio/drawio create_diagram '{}'Direct MCP Connection
Endpoint: https://drawio--drawio.run.tools
Tools (1)
create_diagram— Creates and displays an interactive draw.io diagram. Pass draw.io XML (mxGraphModel format) to render it inline. IMPORT…
# Get full input/output schema for a tool
npx -y smithery tool get drawio/drawio Resources
ui://drawio/mcp-app.html