draw.io MCP Server
The official draw.io MCP server: create diagrams inline in chat or open them in the draw.io editor.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Producing editable architecture and flow diagrams from a conversation.
About draw.io MCP Server
The official draw.io repository offers four ways for AI assistants to create diagrams: a hosted MCP App server that renders interactive diagrams inside the conversation, a local MCP tool server that opens diagrams in the draw.io editor, assistant plugins that write .drawio files with optional PNG, SVG or PDF export, and plain project instructions. The README documents what data leaves your machine for each option.
draw.io MCP Server is an open-source project written primarily in JavaScript, with 5.5k stars on GitHub. It was last updated in September 2026.
Add draw.io MCP Server to your MCP client
A hosted server: point your client at its URL and complete its sign-in there. In Claude Desktop or claude.ai, add it under Settings → Connectors → Add custom connector instead.
Claude Code
claude mcp add --transport http drawio-mcp https://mcp.draw.io/mcpCursor
{
"mcpServers": {
"drawio-mcp": {
"url": "https://mcp.draw.io/mcp"
}
}
}VS Code
{
"servers": {
"drawio-mcp": {
"type": "http",
"url": "https://mcp.draw.io/mcp"
}
}
}Codex
codex mcp add drawio-mcp --url https://mcp.draw.io/mcpdraw.io MCP Server vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| draw.io MCP Serverthis listing | 5.5k | JavaScript | Apache-2.0 | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
