antv/mcp-server-chart
A Model Context Protocol server for generating visual charts using [AntV](https://github.com/antvis).
Quick Start
Clone the repository:
git clone https://github.com/antvis/mcp-server-chartClaude Desktop configuration example:
{
"mcpServers": {
"mcp-server-chart": {
"command": "npx",
"args": [
"-y",
"antv/mcp-server-chart"
]
}
}
}Check the repository README for specific installation and configuration instructions.