mcp-server-chart vs CoWork-OS
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | CoWork-OS by CoWork-OS | |
|---|---|---|
| Stars | ★ 4,068 | ★ 305 |
| 30d uses | 10,239 | — |
| Score | 84 | 50 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | TypeScript |
| 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.
CoWork-OS · Summary
CoWork OS is a local-first personal agentic OS that integrates 44 MCP connectors for comprehensive productivity, coding, and knowledge work.
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
CoWork-OS · Use cases
- Integrating MCP connectors to connect enterprise CRM, support and productivity tools into a unified workspace
- Using MCP-enabled browser automation for web testing, screenshot-based analysis and remote task execution
- Deploying MCP connectors for file system operations, cloud storage access, and knowledge graph integration
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"]
}
}
}CoWork-OS · Install
CoWork OS can be installed via npm for macOS and Windows:
npm install -g cowork-os
cowork-osFor MCP integration, add the following to your Claude Desktop configuration:
{
"mcpServers": {
"cowork-os": {
"command": "node",
"args": ["path/to/cowork-os/mcp-server.js"]
}
}
}