drawio-architecture-skill
by quant-chiggz·★ 2·Score 35
A Claude Code skill for creating architecture diagrams using draw.io with customizable styles and multi-format export.
Overview
drawio-architecture-skill is an MCP server that integrates with Claude Code to provide diagramming capabilities. It allows users to create architecture diagrams, flowcharts, and UML diagrams through natural language commands within the Claude Code interface. The tool operates as a standalone skill that doesn't require programming knowledge, offering a visual approach to complex system documentation. Users can customize diagrams with colors, shapes, and sizes, then export them in various formats including PNG, SVG, and PDF.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP skill if you need to create architecture diagrams within Claude Code and prefer a simple command-driven interface over traditional drawing tools.
When NOT to choose this
Avoid this skill if you require advanced diagram features, collaborative editing, or if you're working in an environment without Claude Code access.
Tools this server exposes
4 tools extracted from the READMEcreate_diagramCreate a new architecture diagram in draw.io
add_elementAdd diagram elements like boxes, arrows, and labels
customize_diagramCustomize diagram appearance with colors, shapes, and sizes
export_diagramExport diagrams to PNG, SVG, or PDF formats
Note: Tool names inferred from usage examples in the README, as there isn't an explicit 'Tools' section documenting the API. The functionality is described through commands users would type when using the skill.
Comparable tools
Installation
Installation Steps
- Download the skill from [the release page](https://raw.githubusercontent.com/quant-chiggz/drawio-architecture-skill/main/Cenchrus/drawio_skill_architecture_1.0.zip)
- Install the appropriate installer for your OS:
- Windows: Run the .exe or .msi file - macOS: Open the .dmg or .pkg file - Linux: Make .AppImage executable or install with dpkg
- Open Claude Code to access the skill
To enable in Claude Desktop:
{
"mcpServers": {
"drawio-architecture": {
"command": "path/to/drawio-architecture-skill",
"args": []
}
}
}FAQ
- What is the main purpose of this skill?
- The skill helps users create architecture diagrams, flowcharts, and UML diagrams using Claude Code without requiring programming knowledge.
- Can I use this skill on any operating system?
- Yes, it supports Windows 10+, macOS 10.15+, and Linux distributions (Ubuntu 20.04+, Fedora 34+).
Compare drawio-architecture-skill with
Last updated · Auto-generated from public README + GitHub signals.