Draw.io MCP Server (community)
A community MCP server for live diagramming in Draw.io, with a built-in editor or browser extension.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Iterating on a diagram with an agent while watching it change in the editor.
About Draw.io MCP Server (community)
This community Draw.io MCP server lets agents build diagrams live in Draw.io, through a built-in editor or a browser extension. It targets specific documents and pages across tabs, serialises operations per document so several agents can work at once, auto-discovers AWS, GCP, Azure and Cisco stencils, and can write its own config for Claude Code, Claude Desktop, Codex, Zed and OpenCode.
Draw.io MCP Server (community) is an open-source project written primarily in TypeScript, with 1.5k stars on GitHub. It was last updated in September 2026.
Add Draw.io MCP Server (community) to your MCP client
Generated from the launch command in the project's README. Your client starts the server on demand.
Claude Code
claude mcp add drawio-mcp-server -- npx -y drawio-mcp-server --editorCursor
{
"mcpServers": {
"drawio-mcp-server": {
"command": "npx",
"args": ["-y", "drawio-mcp-server", "--editor"]
}
}
}VS Code
{
"servers": {
"drawio-mcp-server": {
"type": "stdio",
"command": "npx",
"args": ["-y", "drawio-mcp-server", "--editor"]
}
}
}Claude Desktop
{
"mcpServers": {
"drawio-mcp-server": {
"command": "npx",
"args": ["-y", "drawio-mcp-server", "--editor"]
}
}
}Codex
[mcp_servers.drawio-mcp-server]
command = "npx"
args = ["-y", "drawio-mcp-server", "--editor"]Draw.io MCP Server (community) vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Draw.io MCP Server (community)this listing | 1.5k | TypeScript | MIT | 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 |
See all 163 Draw.io MCP Server (community) alternatives, compared →
