Draw.io

v1.0.0Developer Toolsstable

Enables AI agents to programmatically create, modify, and analyze Draw.io diagrams through the Model Context Protocol. Supports generating architectural diagrams, flowcharts, and visualizations with bidirectional communication between AI systems and

draw-io-mcp-servermcpai-integration
Share:
1,243
Stars
0
Downloads
0
Weekly
0/5

What is Draw.io?

Draw.io is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to enables ai agents to programmatically create, modify, and analyze draw.io diagrams through the model context protocol. supports generating architectural diagrams, flowcharts, and visualizations with b...

Enables AI agents to programmatically create, modify, and analyze Draw.io diagrams through the Model Context Protocol. Supports generating architectural diagrams, flowcharts, and visualizations with bidirectional communication between AI systems and

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Enables AI agents to programmatically create, modify, and an

Use Cases

Create and modify diagrams programmatically through AI.
Generate architectural diagrams and flowcharts.
Visualize system designs with bidirectional AI communication.
lgazo

Maintainer

LicenseMIT License
Languagetypescript
Versionv1.0.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx draw-io-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Draw.io

Draw.io MCP Server enables AI agents to programmatically create, modify, and analyze diagrams through the Model Context Protocol. This allows you to generate architectural diagrams, flowcharts, and system visualizations directly from Claude, transforming descriptions into visual representations automatically.

Prerequisites

  • Node.js 18+ installed
  • An MCP client such as Claude Desktop or Cursor
  • Draw.io basic knowledge (optional but helpful)
1

Install the server

Install Draw.io MCP Server via npx.

npx draw-io-mcp-server
2

Add to client configuration

Register the server in your MCP client's config.

{
  "mcpServers": {
    "draw-io-mcp-server": {
      "command": "npx",
      "args": ["draw-io-mcp-server"]
    }
  }
}
3

Restart your client

Restart your MCP client to activate the Draw.io server.

4

Test diagram generation

Ask Claude to create a simple diagram (e.g., a flowchart or architecture diagram) and verify it's generated correctly.

Draw.io Examples

Client configuration

How to set up Draw.io MCP Server.

{
  "mcpServers": {
    "draw-io-mcp-server": {
      "command": "npx",
      "args": ["draw-io-mcp-server"]
    }
  }
}

Prompts to try

Example prompts for generating diagrams.

1. "Create an architecture diagram for a microservices application with API gateway, services, and database"
2. "Generate a flowchart for a user authentication workflow"
3. "Draw a system design diagram showing load balancers, app servers, and caching layers"

Troubleshooting Draw.io

Diagrams fail to generate

Provide clear, specific descriptions of your diagram. Break down complex diagrams into simpler components and ask Claude to build them incrementally.

Server connection issues

Verify the server is running and accessible. Check the repository at https://github.com/lgazo/drawio-mcp-server for configuration details.

Frequently Asked Questions about Draw.io

What is Draw.io?

Draw.io is a Model Context Protocol (MCP) server that enables ai agents to programmatically create, modify, and analyze draw.io diagrams through the model context protocol. supports generating architectural diagrams, flowcharts, and visualizations with bidirectional communication between ai systems and It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Draw.io?

Follow the installation instructions on the Draw.io GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Draw.io?

Draw.io works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Draw.io free to use?

Yes, Draw.io is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "draw-io-mcp-server": { "command": "npx", "args": ["-y", "draw-io-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Draw.io?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides