- Explore MCP Servers
- antvis_mcp-server-chart
Antvis Mcp Server Chart
What is Antvis Mcp Server Chart
antvis_mcp-server-chart is a Model Context Protocol server designed for generating various types of charts using AntV. It is built with TypeScript and provides an easy way to create visual representations of data.
Use cases
Use cases include generating dynamic charts for dashboards, creating visual reports for data analysis, integrating chart generation into web applications, and providing visual insights in presentations.
How to use
To use antvis_mcp-server-chart, you can integrate it into your application by installing the package via npm. After installation, you can call the various chart generation functions provided by the server to create the desired charts and obtain image URLs.
Key features
Key features include support for over 15 types of charts such as area charts, bar charts, column charts, dual axes charts, fishbone diagrams, flow diagrams, histograms, line charts, mind maps, network graphs, pie charts, and radar charts.
Where to use
antvis_mcp-server-chart can be used in data visualization applications, business intelligence tools, reporting systems, and any scenario where visual data representation is required.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Antvis Mcp Server Chart
antvis_mcp-server-chart is a Model Context Protocol server designed for generating various types of charts using AntV. It is built with TypeScript and provides an easy way to create visual representations of data.
Use cases
Use cases include generating dynamic charts for dashboards, creating visual reports for data analysis, integrating chart generation into web applications, and providing visual insights in presentations.
How to use
To use antvis_mcp-server-chart, you can integrate it into your application by installing the package via npm. After installation, you can call the various chart generation functions provided by the server to create the desired charts and obtain image URLs.
Key features
Key features include support for over 15 types of charts such as area charts, bar charts, column charts, dual axes charts, fishbone diagrams, flow diagrams, histograms, line charts, mind maps, network graphs, pie charts, and radar charts.
Where to use
antvis_mcp-server-chart can be used in data visualization applications, business intelligence tools, reporting systems, and any scenario where visual data representation is required.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
MCP Server Chart

A Model Context Protocol server for generating charts using AntV.
This is a TypeScript-based MCP server that provides chart generation capabilities. It allows you to create various types of charts through MCP tools.
✨ Features
Now 15+ charts supported.
generate_area_chart- Generate aareachart, and return an image URL.generate_bar_chart- Generate abarchart, and return an image URL.generate_column_chart- Generate acolumnchart, and return an image URL.generate_dual_axes_chart- Generate adual-axeschart, and return an image URL.generate_fishbone_diagram- Generate afishbone-diagramchart, and return an image URL.generate_flow_diagram- Generate aflow-diagramchart, and return an image URL.generate_histogram_chart- Generate ahistogramchart, and return an image URL.generate_line_chart- Generate alinechart, and return an image URL.generate_mind_map- Generate amind-mapchart, and return an image URL.generate_network_graph- Generate anetwork-graphchart, and return an image URL.generate_pie_chart- Generate apiechart, and return an image URL.generate_radar_chart- Generate aradarchart, and return an image URL.generate_scatter_chart- Generate ascatterchart, and return an image URL.generate_treemap_chart- Generate atreemapchart, and return an image URL.generate_word_cloud_chart- Generate aword-cloudchart, and return an image URL.
🤖 Usage
To use with Claude Desktop, add the server config:
{
"mcpServers": {
"mcp-server-chart": {
"command": "npx",
"args": [
"-y",
"@antv/mcp-server-chart"
]
}
}
}
🔨 Development
Install dependencies:
npm install
Build the server:
npm run build
Start the MCP server:
npm run start
📄 License
MIT@AntV.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










