AntV Chart MCP
About
A chart generation MCP server by Ant Group's AntV team. Built on the @antvis visualization ecosystem, it supports 25+ chart types — bar, line, pie, scatter, and more — letting AI agents generate professional statistical charts with a single sentence.
Our Verdict
AntV Chart MCP brings design capabilities to the MCP ecosystem. Its GitHub popularity reflects community trust, and the standardized protocol ensures broad compatibility across AI clients.
Pricing
Use Cases
- Integrating design capabilities into AI agent workflows
- Building custom AI-powered tools with AntV Chart MCP
- Enhancing AI agent functionality with standardized MCP access
Pros
- AntV Chart MCP provides standardized MCP protocol access
- Open source with 4,271 GitHub stars
- Active development and community support
Cons
- Requires MCP-compatible client (Claude, Cursor, etc.)
- Setup complexity varies by client
- Some features may depend on client capabilities
Installation
npx -y @antv/mcp-server-chartFrequently Asked Questions
What chart types does AntV Chart MCP support?
It supports 25+ chart types including bar, line, pie, scatter, area, radar, heatmap, box plot, waterfall, Sankey, relation, tree map and more — covering most data analysis and visualization scenarios.
How do I install AntV Chart MCP in Claude Code or Cursor?
Run npx -y @antv/mcp-server-chart to start. Register it in Claude Code with claude mcp add antv-chart -- npx -y @antv/mcp-server-chart, or paste the command into Cursor's MCP settings.
Is AntV Chart MCP free? Does it need an API key?
Completely free and open source (MIT license). No API key needed — it runs entirely locally, and chart data never leaves your machine.