Skip to content
Agent Search Engine.

Record · drawio-mcp-sMCP serverOpen sourceVerified Sep 23, 2026

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.

Best for

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 CodeRun in your terminal
claude mcp add drawio-mcp-server -- npx -y drawio-mcp-server --editor
Cursor~/.cursor/mcp.json or .cursor/mcp.json
{
  "mcpServers": {
    "drawio-mcp-server": {
      "command": "npx",
      "args": ["-y", "drawio-mcp-server", "--editor"]
    }
  }
}
VS Code.vscode/mcp.json
{
  "servers": {
    "drawio-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "drawio-mcp-server", "--editor"]
    }
  }
}
Claude Desktopclaude_desktop_config.json
{
  "mcpServers": {
    "drawio-mcp-server": {
      "command": "npx",
      "args": ["-y", "drawio-mcp-server", "--editor"]
    }
  }
}
Codex~/.codex/config.toml
[mcp_servers.drawio-mcp-server]
command = "npx"
args = ["-y", "drawio-mcp-server", "--editor"]

Check the project's README for required accounts, keys and permissions before connecting. Setup guide for each client →

For agent buildersMake your product part of the discovery.Explore advertising

Draw.io MCP Server (community) vs. the alternatives

All 163 alternatives →
RecordStarsPricing
Draw.io MCP Server (community)MCP serverthis listing1.5kOpen source
MCP Reference ServersMCP server91kOpen source
context7MCP server62kOpen source
chrome-devtools-mcpMCP server53kOpen source
Playwright MCPMCP server37kOpen source
github-mcp-serverMCP server33kOpen source

See all 163 Draw.io MCP Server (community) alternatives, compared →