by antvis
🤖 A visualization mcp & skills contains 25+ visual charts using @antvis. Using for chart generation and data analysis.
# Add to your Claude Code skills
git clone https://github.com/antvis/mcp-server-chartA Model Context Protocol server for generating charts using AntV. We can use this mcp server for chart generation and data analysis.
<img width="768" alt="mcp-server-chart technical digram" src="https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*XVH-Srg-b9UAAAAAgGAAAAgAemJ7AQ/fmt.avif" />This is a TypeScript-based MCP server that provides chart generation capabilities. It allows you to create various types of charts through MCP tools. You can also use it in Dify.
No comments yet. Be the first to share your thoughts!
Now 26+ charts supported.
generate_area_chart: Generate an area chart, used to display the trend of data under a continuous independent variable, allowing observation of overall data trends.generate_bar_chart: Generate a bar chart, used to compare values across different categories, suitable for horizontal comparisons.generate_boxplot_chart: Generate a boxplot, used to display the distribution of data, including the median, quartiles, and outliers.generate_column_chart: Generate a column chart, used to compare values across different categories, suitable for vertical comparisons.generate_district_map - Generate a district-map, used to ...