Loading...
npx skills add antvis/chart-visualization-skills{
"mcpServers": {
"mcp-server-chart": {
"command": "npx",
"args": ["-y", "@antv/mcp-server-chart"]
}
}
}generate_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.
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.