MCP Catalogs
Home

mcp-server-chart vs drawio2go

Side-by-side comparison to help you pick between these two MCP servers.

mcp-server-chart
by antvis
drawio2go
by Menghuan1918
Stars★ 4,068★ 199
30d uses10,239
Score8446
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
AI / LLM ToolsProductivityDeveloper Tools
LanguageTypeScriptTypeScript
Last committhis month4 mo ago

mcp-server-chart · Summary

A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.

drawio2go · Summary

DrawIO2Go is an AI-powered diagram editor with MCP server integration for canvas content version management.

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

drawio2go · Use cases

  • Collaborative diagram creation with AI assistance
  • Version management for diagram changes
  • Integration with AI tools via MCP for canvas content operations

mcp-server-chart · Install

Installation

Install globally:

npm install -g @antv/mcp-server-chart

For 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"]
    }
  }
}

drawio2go · Install

Installation

Using Electron APP

Go to [Releases](https://github.com/Menghuan1918/drawio2go/releases) to download and install the latest version.

Deploy as Web Application

Requirements:

  • Node.js 22.x or higher
  • npm
# Clone the repository
git clone https://github.com/Menghuan1918/drawio2go.git
cd drawio2go

# Install dependencies
npm install

# Start development server
npm run dev

MCP Server Setup

The DrawIO2Go application provides MCP service functionality for canvas content version management. To use it with Claude Desktop:

  1. Add to your Claude Desktop config.json:
{
  "mcpServers": {
    "drawio2go": {
      "command": "path/to/drawio2go",
      "args": ["--mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.