
AntV Chart Server
by antvis
Generate 25+ professional data visualizations and charts using AntV via MCP tools.
What it does
This MCP server integrates the AntV visualization library to allow AI agents to generate a wide variety of professional charts and diagrams. It transforms raw data into visual representations, supporting everything from simple bar charts to complex network graphs and fishbone diagrams.
Tools
generate_line_chart: Creates trend lines for continuous variables.generate_bar_chart: Horizontal comparisons of categories.generate_pie_chart: Proportion and percentage visualizations.generate_radar_chart: Multi-dimensional data analysis.generate_network_graph: Mapping relationships and connections between nodes.generate_mind_map: Hierarchical thought process visualization.generate_sankey_chart: Data flow and volume mapping.generate_word_cloud_chart: Textual frequency visualization.generate_spreadsheet: Tabular data or pivot table rendering.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-chart": {
"command": "npx",
"args": ["-y", "@antv/mcp-server-chart"]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- VS Code Copilot
- Cline
Quick install
npx -y @antv/mcp-server-chartInformation
- Pricing
- free
- Published
- 4/20/2026






