mcp-server-chart vs Claude-Skills
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | Claude-Skills by borghei | |
|---|---|---|
| Stars | ★ 4,068 | ★ 138 |
| 30d uses | 10,239 | — |
| Score | 84 | 48 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | HTML |
| 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.
Claude-Skills · Summary
Comprehensive skill library with MCP server integration for Claude Code and other AI assistants.
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
Claude-Skills · Use cases
- Enable Claude Code to access specialized tools across different domains through MCP integration
- Deploy pre-configured skill sets for specific roles like SaaS founder or compliance officer
- Use AI assistants with domain-specific expertise across 17 professional domains
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"]
}
}
}Claude-Skills · Install
Installation
- Run the MCP server:
python scripts/mcp_server.py- For Claude Desktop, add to your Claude Desktop config:
{
"mcpServers": {
"claude-skills": {
"command": "python",
"args": ["scripts/mcp_server.py"],
"env": {}
}
}
}