mcp-server-chart vs AI-company
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | AI-company by CronusL-1141 | |
|---|---|---|
| Stars | ★ 4,068 | ★ 175 |
| 30d uses | 10,239 | — |
| Score | 84 | 50 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | Python |
| 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.
AI-company · Summary
Autonomous multi-agent team OS for Claude Code with 108 MCP tools, 40+ agent templates, and real-time dashboard.
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
AI-company · Use cases
- Autonomous software development with minimal human oversight
- Multi-agent team coordination for complex projects
- AI-driven research and competitive analysis
- Structured meetings with AI agents using proven methodologies
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"]
}
}
}AI-company · Install
pip install ai-team-os
# Add to Claude Desktop config
{
"mcpServers": {
"ai-team-os": {
"command": "python",
"args": ["-m", "ai_team_os.server"],
"env": {
"PYTHONPATH": "/path/to/ai-team-os"
}
}
}
}