antv/mcp-server-chart
A Model Context Protocol server for generating visual charts using [AntV](https://github.com/antvis).
Ads
Overview
A Model Context Protocol server for generating visual charts using [AntV](https://github.com/antvis).
Installation
npx -y @antv/mcp-server-chart
Configuration
{
"mcpServers": {
"mcp-server-chart": {
"command": "npx",
"args": [
"-y",
"@antv/mcp-server-chart"
]
}
}
}Capabilities
- Generate common statistical charts
Create line, bar, column, area, pie, scatter, radar, or dual-axes charts from your data using tools like `generate_line_chart`.
- Visualize distributions and proportions
Produce histograms, boxplots, violin plots, treemaps, liquid-fill gauges, or funnel charts to explore data spread and part-to-whole relationships.
- Create diagrams and structured visuals
Build flowcharts, mind maps, organization charts, fishbone (Ishikawa) diagrams, Sankey flows, network graphs, or Venn diagrams.
- Render geographic maps
Plot data on district, pin, or path maps via `generate_district_map`, `generate_pin_map`, and `generate_path_map` (China regions only).
- Display tabular data
Turn structured data into a spreadsheet or pivot table with `generate_spreadsheet`.
- Generate a word cloud
Visualize word frequency from text using `generate_word_cloud_chart`.
Tags
- data-analysis
- development
- awesome-list
Related MCP servers
skippedaga/yanifend-mcp
Hosted MCP server for [YaniFend](https://yanifend.com), a WordPress feedback widget — manage your questionary (list / create / update / delete questions and options) and read collected answers via natural language.
ckalima/pipedrive-mcp-server
MCP server for [Pipedrive CRM](https://www.pipedrive.com). 155 tools covering deals, persons, organizations, activities, products, projects, tasks, leads, notes, mail, and fields. stdio transport, API-key auth, delete tools gated behind an env flag. Published on npm as `@ckalima/pipedrive-mcp-server`. MIT.
iaptic/mcp-server-iaptic
OfficialConnect with [iaptic](https://www.iaptic.com) to ask about your Customer Purchases, Transaction data and App Revenue statistics.
tinybirdco/mcp-tinybird
OfficialAn MCP server to interact with a Tinybird Workspace from any MCP client.