MCP Catalogs
Homedrawio-architecture-skill screenshot

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.

developer-toolsai-llmproductivity
0
Forks
0
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Software architects documenting system designs
you:Project managers creating process flowcharts
you:Developers visualizing UML class relationships
you:What is the main purpose of this skill?
you:Can I use this skill on any operating system?

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 README
  • create_diagram

    Create a new architecture diagram in draw.io

  • add_element

    Add diagram elements like boxes, arrows, and labels

  • customize_diagram

    Customize diagram appearance with colors, shapes, and sizes

  • export_diagram

    Export 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

diagrams-mcpplantuml-mcpdrawio-mcpmermaid-cli

Installation

Installation Steps

  1. Download the skill from [the release page](https://raw.githubusercontent.com/quant-chiggz/drawio-architecture-skill/main/Cenchrus/drawio_skill_architecture_1.0.zip)
  1. 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

  1. 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.