A Model Context Protocol server for generating charts using AntV libraries, supporting over 20 chart types with image URL outputs.
Add this to your MCP client configuration:
{
"mcpServers": {
"antvis-mcp-server-chart": {
"command": "npx",
"args": [
"-y",
"@antv/mcp-server-chart"
]
}
}
}{
"id": "antvis-mcp-server-chart",
"name": "AntV Chart",
"description": "A Model Context Protocol server for generating charts using AntV libraries, supporting over 20 chart types with image URL outputs.",
"source_url": "https://github.com/antvis/mcp-server-chart",
"publisher_name": "antvis",
"publisher_url": "https://github.com/antvis",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 225011,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "@antv/mcp-server-chart"
},
"tools_count": 0
}