mcp-server-chart vs drawio-architecture-skill
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | drawio-architecture-skill by quant-chiggz | |
|---|---|---|
| Stars | ★ 4,068 | ★ 2 |
| 30d uses | 10,239 | — |
| Score | 84 | 35 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | Shell |
| Last commit | this month | this month |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
drawio-architecture-skill · Summary
A Claude Code skill for creating architecture diagrams using draw.io with customizable styles and multi-format export.
mcp-server-chart · Use cases
- Data analysts creating visual reports from datasets
- AI assistants generating custom charts based on user requests
- Web applications embedding visualization capabilities via HTTP API
drawio-architecture-skill · Use cases
- Software architects documenting system designs
- Project managers creating process flowcharts
- Developers visualizing UML class relationships
mcp-server-chart · Install
Installation
Install globally:
npm install -g @antv/mcp-server-chartFor Desktop Apps (e.g., Claude Desktop, VSCode):
{
"mcpServers": {
"mcp-server-chart": {
"command": "npx",
"args": ["-y", "@antv/mcp-server-chart"]
}
}
}For Windows:
{
"mcpServers": {
"mcp-server-chart": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@antv/mcp-server-chart"]
}
}
}drawio-architecture-skill · Install
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": []
}
}
}