draw.io MCP Server Integration Overview There are two main MCP server options for draw.io integration: 1. Official @drawio/mcp (by jgraph) - The official MCP server from the draw.io team 2. Community drawio-mcp-server (by lgazo) - Community-built server with built-in editor Both enable AI assistants to create, read, update, and manage draw.io diagrams programmatically. --- Official @drawio/mcp Server (by jgraph) The official MCP server operates in multiple modes depending on the deployment context. Mode 1: MCP App Server (Hosted) A hosted MCP endpoint that renders diagrams as interactive ifra…