Best for
- Users who need rapid AntV chart generation from an MCP client
- Workflows combining chart generation with basic data analysis
- Geographic visualization scenarios limited to China
An MIT-licensed MCP server maintained by AntV, offering 26 chart, map, and table-generation tools with stdio, SSE, and Streamable transports. Its main limitations are China-only geographic visualization and the default dependency on a public chart-generation service.
MCP Server Chart is a TypeScript MCP server maintained by AntV. It provides more than 25 tools for generating charts, maps, diagrams, and tables, with support for data-analysis workflows. It uses the public AntV chart-generation service by default and can be configured to use a private service.
With Node.js available, add the client configuration using npx -y @antv/mcp-server-chart to start the stdio server. Alternatively, install it globally with npm install -g @antv/mcp-server-chart and run it with SSE or Streamable transport.
{"mcpServers":{"mcp-server-chart":{"command":"npx","args":["-y","@antv/mcp-server-chart"]}}}