Skip to content
Agent Search Engine.

Record · drawio-mcpMCP serverOpen sourceVerified Sep 23, 2026

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.

Best for

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 CodeRun in your terminal
claude mcp add --transport http drawio-mcp https://mcp.draw.io/mcp
Cursor~/.cursor/mcp.json or .cursor/mcp.json
{
  "mcpServers": {
    "drawio-mcp": {
      "url": "https://mcp.draw.io/mcp"
    }
  }
}
VS Code.vscode/mcp.json
{
  "servers": {
    "drawio-mcp": {
      "type": "http",
      "url": "https://mcp.draw.io/mcp"
    }
  }
}
CodexRun in your terminal
codex mcp add drawio-mcp --url https://mcp.draw.io/mcp

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 vs. the alternatives

All 163 alternatives →
RecordStarsPricing
draw.io MCP ServerMCP serverthis listing5.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 alternatives, compared →