Loading...
This MCP server generates charts and performs data analysis using AntV, supporting 26+ chart types via HTTP, SSE, or Streamable protocols.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
This MCP server generates charts and performs data analysis using AntV, supporting 26+ chart types via HTTP, SSE, or Streamable protocols.
The MCP Server Chart is relatively safe for generating visualizations, as it primarily performs read-only operations. However, the reliance on an external chart generation service introduces a potential risk of data exposure. Private deployment mitigates some risks but requires careful configuration.
Performance depends on the complexity of the chart and the performance of the external chart generation service. Large datasets may require optimization.
Cost depends on the usage of the external chart generation service. Private deployment may incur infrastructure costs.
npx skills add antvis/chart-visualization-skills{
"mcpServers": {
"mcp-server-chart": {
"command": "npx",
"args": ["-y", "@antv/mcp-server-chart"]
}
}
}SSEgenerate_area_chartGenerates an area chart to display data trends over a continuous variable.
Read-only operation, no system modifications.
generate_bar_chartGenerates a bar chart to compare values across different categories.
Read-only operation, no system modifications.
generate_boxplot_chartGenerates a boxplot to display data distribution, including median, quartiles, and outliers.
Read-only operation, no system modifications.
generate_column_chartGenerates a column chart to compare values across different categories.
Read-only operation, no system modifications.
generate_district_mapGenerates a district map to show administrative divisions and data distribution within China.
Read-only operation, limited geographic scope.
generate_dual_axes_chartGenerates a dual-axes chart to display the relationship between two variables with different units.
Read-only operation, no system modifications.
generate_fishbone_diagramGenerates a fishbone diagram to identify and display the root causes of a problem.
Read-only operation, no system modifications.
generate_flow_diagramGenerates a flowchart to display the steps and sequence of a process.
Read-only operation, no system modifications.
generate_funnel_chartGenerates a funnel chart to display data loss at different stages.
Read-only operation, no system modifications.
generate_histogram_chartGenerates a histogram to display the distribution of data by dividing it into intervals.
Read-only operation, no system modifications.
generate_line_chartGenerates a line chart to display the trend of data over time or another continuous variable.
Read-only operation, no system modifications.
generate_liquid_chartGenerates a liquid chart to display the proportion of data as a water-filled sphere.
Read-only operation, no system modifications.
generate_mind_mapGenerates a mind map to display thought processes and hierarchical information.
Read-only operation, no system modifications.
generate_network_graphGenerates a network graph to display relationships and connections between nodes.
Read-only operation, no system modifications.
generate_organization_chartGenerates an organizational chart to display the structure of an organization.
Read-only operation, no system modifications.
generate_path_mapGenerates a path map to display route planning results for POIs within China.
Read-only operation, limited geographic scope.
generate_pie_chartGenerates a pie chart to display the proportion of data by dividing it into sectors.
Read-only operation, no system modifications.
generate_pin_mapGenerates a pin map to show the distribution of POIs within China.
Read-only operation, limited geographic scope.
generate_radar_chartGenerates a radar chart to display multi-dimensional data comprehensively.
Read-only operation, no system modifications.
generate_sankey_chartGenerates a sankey chart to display data flow and volume between different nodes.
Read-only operation, no system modifications.
generate_scatter_chartGenerates a scatter plot to display the relationship between two variables.
Read-only operation, no system modifications.
generate_treemap_chartGenerates a treemap to display hierarchical data in rectangular forms.
Read-only operation, no system modifications.
generate_venn_chartGenerates a venn diagram to display relationships between sets.
Read-only operation, no system modifications.
generate_violin_chartGenerates a violin plot to display the distribution of data with boxplot and density plot features.
Read-only operation, no system modifications.
generate_word_cloud_chartGenerates a word cloud to display the frequency of words in textual data.
Read-only operation, no system modifications.
generate_spreadsheetGenerates a spreadsheet or pivot table for displaying tabular data.
Read-only operation, no system modifications.
None
hybrid
The MCP Server Chart is relatively safe for generating visualizations, as it primarily performs read-only operations. However, the reliance on an external chart generation service introduces a potential risk of data exposure. Private deployment mitigates some risks but requires careful configuration.
The server primarily generates charts based on provided data. Autonomy is limited to chart selection and parameter configuration. Sandboxing can be achieved through private deployment.
Production Tip
For production use, consider private deployment with a dedicated chart generation service to ensure reliability and data privacy.
The server supports over 26 chart types, including area, bar, boxplot, column, district map, and more.
You can use the VIS_REQUEST_SERVER environment variable to specify the URL of your own chart generation service.
No, geographic visualizations currently only support map generation within China due to the AMap service dependency.
You can use the DISABLED_TOOLS environment variable to specify a comma-separated list of tool names to disable.
The default transport protocol is stdio. SSE and Streamable are also supported.
You need to generate a service identifier and configure it to view chart generation records.
Currently, no authentication is supported. Consider private deployment for enhanced security.