mcp-server-chart vs mcp-ecosystem
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | mcp-ecosystem by SynkraAI | |
|---|---|---|
| Stars | ★ 4,068 | ★ 26 |
| 30d uses | 10,239 | — |
| Score | 84 | 41 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | — |
| Last commit | this month | 5 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
mcp-ecosystem · Summary
Collection of MCP server configurations, presets, and IDE configs for AIOS and Claude Code integration.
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
mcp-ecosystem · Use cases
- Development workflow integration with AIOS and Claude Code
- Research documentation and content extraction using MCP servers
- Browser automation for testing and web interaction
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"]
}
}
}mcp-ecosystem · Install
Installation
Claude Code
# View sample config
cat ide-configs/claude/sample-config.json
# Apply (merge with your existing ~/.claude.json)Cursor
# View sample config
cat ide-configs/cursor/sample-config.json
# Apply to .cursor/settings.jsonManual Configuration
- Select your preset from presets/ directory
- Configure the MCP servers in your AIOS or Claude Code settings
- Set environment variables for API keys (e.g., EXA_API_KEY)