MCP Server Chart

MCP Server Chart

antvis

Generate 25+ chart types (bar, line, pie, radar, Sankey, word cloud, etc.) using AntV visualization library. Creates interactive charts from data for analysis and presentation.

3,7771,346 views359RemoteLocal (stdio)

What it does

  • Generate bar, column, and line charts
  • Create pie, radar, and funnel charts
  • Build Sankey diagrams and word clouds
  • Generate boxplots and histograms
  • Create geographic maps for China regions
  • Build flow diagrams and fishbone charts

Best for

Data analysts visualizing complex datasetsDevelopers building dashboards and reportsBusiness users presenting metrics and KPIsResearchers analyzing statistical distributions
25+ chart types supportedBuilt on AntV libraryTypeScript-based server

Tools (26)

generate_area_chart

Generate a area chart to show data trends under continuous independent variables and observe the overall data trend, such as, displacement = velocity (average or instantaneous) × time: s = v × t. If the x-axis is time (t) and the y-axis is velocity (v) at each moment, an area chart allows you to observe the trend of velocity over time and infer the distance traveled by the area's size.

generate_bar_chart

Generate a horizontal bar chart to show data for numerical comparisons among different categories, such as, comparing categorical data and for horizontal comparisons.

generate_boxplot_chart

Generate a boxplot chart to show data for statistical summaries among different categories, such as, comparing the distribution of data points across categories.

generate_column_chart

Generate a column chart, which are best for comparing categorical data, such as, when values are close, column charts are preferable because our eyes are better at judging height than other visual elements like area or angles.

generate_district_map

Generates regional distribution maps, which are usually used to show the administrative divisions and coverage of a dataset. It is not suitable for showing the distribution of specific locations, such as urban administrative divisions, GDP distribution maps of provinces and cities across the country, etc. This tool is limited to generating data maps within China.

Alternatives