# 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

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add drawio/drawio

# Browse available tools
npx -y @smithery/cli@latest tool list drawio/drawio

# Get full schema for a tool
npx -y @smithery/cli@latest tool get drawio/drawio create_diagram

# Call a tool
npx -y @smithery/cli@latest 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…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get drawio/drawio <tool-name>
```

## Resources

- `ui://drawio/mcp-app.html`
