drawio-mcp-server

lgazo/drawio-mcp-server
★ 1,037 stars TypeScript 🤖 AI/LLM Updated 1mo ago
Draw.io Model Context Protocol (MCP) Server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "drawio-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "lgazo/drawio-mcp-server"
      ]
    }
  }
}

README Excerpt

Let's do some Vibe Diagramming with the most wide-spread diagramming tool called Draw.io (Diagrams.net). - Built-in Draw.io editor - no browser extension required ![v1.8.0](https://img.shields.io/badge/v1.8.0-blue) - MCP server that lets AI agents control Draw.io diagrams - Programmatic diagram creation, inspection, and modification via MCP tools