MCP Catalogs
首页drawio-architecture-skill screenshot

drawio-architecture-skill

by quant-chiggz·2·综合分 35

一个使用 draw.io 创建架构图的 Claude Code 技能,支持自定义样式和多格式导出。

developer-toolsai-llmproductivity
0
Forks
0
活跃 Issue
本月
最近提交
2 天前
收录于

概述

drawio-architecture-skill 是一个 MCP 服务器,与 Claude Code 集成以提供图表绘制功能。它允许用户通过 Claude Code 界面中的自然语言命令创建架构图、流程图和 UML 图。该工具作为独立技能运行,不需要编程知识,为复杂系统文档提供可视化方法。用户可以自定义图表的颜色、形状和大小,然后以 PNG、SVG 和 PDF 等多种格式导出。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:软件架构师记录系统设计
:项目经理创建流程流程图
:开发者可视化 UML 类关系
:这个技能的主要用途是什么?
:我可以在任何操作系统上使用此技能吗?

什么时候选它

如果您需要在 Claude Code 中创建架构图,并且更喜欢简单的命令驱动界面而不是传统绘图工具,请选择此 MCP 技能。

什么时候不要选它

如果您需要高级图表功能、协作编辑功能,或在无法访问 Claude Code 的环境中工作,请避免使用此技能。

此 server 暴露的工具

从 README 抽取出 4 个工具
  • 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

说明: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.

可对比工具

diagrams-mcpplantuml-mcpdrawio-mcpmermaid-cli

安装

安装步骤

  1. 从[发布页面](https://raw.githubusercontent.com/quant-chiggz/drawio-architecture-skill/main/Cenchrus/drawio_skill_architecture_1.0.zip)下载技能
  1. 为您的操作系统安装适当的安装程序:

- Windows: 运行 .exe 或 .msi 文件 - macOS: 打开 .dmg 或 .pkg 文件 - Linux: 将 .AppImage 设为可执行文件或使用 dpkg 安装

  1. 打开 Claude Code 访问该技能

在 Claude Desktop 中启用:

{
  "mcpServers": {
    "drawio-architecture": {
      "command": "path/to/drawio-architecture-skill",
      "args": []
    }
  }
}

FAQ

这个技能的主要用途是什么?
该技能帮助用户在无需编程知识的情况下,使用 Claude Code 创建架构图、流程图和 UML 图。
我可以在任何操作系统上使用此技能吗?
是的,它支持 Windows 10+、macOS 10.15+ 和 Linux 发行版(Ubuntu 20.04+、Fedora 34+)。

drawio-architecture-skill 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。