MCP Catalogs
Home

mcp-server-chart vs AgentCrew

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

mcp-server-chart
by antvis
AgentCrew
by saigontechnology
Stars★ 4,068★ 200
30d uses10,239
Score8449
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
AI / LLM ToolsDeveloper ToolsProductivity
LanguageTypeScriptPython
Last committhis monththis month

mcp-server-chart · Summary

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

AgentCrew · Summary

AgentCrew is a Python-based multi-agent system that supports MCP for specialized AI collaboration.

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

AgentCrew · Use cases

  • Code review and security analysis in development workflows
  • Research projects with specialized agent roles for information gathering
  • Automation tasks through coordinated agent actions

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

AgentCrew · Install

Installation

**macOS / Linux**

curl -LsSf https://agentcrew.dev/install.sh | bash

**Windows**

powershell -ExecutionPolicy ByPass -c "irm https://agentcrew.dev/install.ps1 | iex"

**pip (any platform)**

pip install agentcrew-ai

Configuration

Add your API key via environment variable:

export ANTHROPIC_API_KEY="sk-ant-..."

Or create a config file at ~/.AgentCrew/config.json

Comparison generated from public README + GitHub signals. Last updated automatically.