Odel
drawio mcp

drawio mcp

Local
@yohasacura5PythonMITUpdated 6mo ago

MCP server for creating and editing draw.io / diagrams.net XML files programmatically.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIdrawio-mcpv1.0.2

Run

uvx drawio-mcp

MCP client config

{
  "mcpServers": {
    "drawio-mcp": {
      "command": "uvx",
      "args": [
        "drawio-mcp"
      ]
    }
  }
}