mcp-server-chart vs mcp-servers
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | mcp-servers by dunialabs | |
|---|---|---|
| Stars | ★ 4,068 | ★ 6 |
| 30d uses | 10,239 | — |
| Score | 84 | 40 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsProductivityAI / LLM Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | 1 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-servers · Summary
A collection of 15+ MCP servers for popular services like Google Workspace, GitHub, Notion, and more.
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-servers · Use cases
- AI assistants managing Google Workspace accounts through Gmail, Calendar, Docs, and Sheets
- Automating GitHub repository management and issue tracking through MCP tools
- Integrating AI assistants with design tools like Figma and Canva for creative workflows
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-servers · Install
To install these MCP servers, you'll need to add them to your MCP configuration. For Claude Desktop, update your claude_desktop_config.json:
{
"mcpServers": {
"mcp-bravesearch": {
"command": "node",
"args": ["/path/to/mcp-servers/mcp-bravesearch/dist/index.js"]
},
"mcp-github": {
"command": "node",
"args": ["/path/to/mcp-servers/mcp-github/dist/index.js"]
},
// Add other servers as needed
}
}Most servers can also be run as Docker containers:
docker run -e GITHUB_TOKEN=your_token dunialabs/mcp-github:latest