AC

AntV Chart

Created 6 months ago

A Model Context Protocol server for generating charts using AntV.

development documentation public chart generation data analysis

What is AntV Chart?

A Model Context Protocol server for generating 15+ visual charts using [AntV](https://github.com/antvis).

Documentation

MCP Server Chart

Features

Now 25+ charts supported...

Usage

To use with Desktop APP...

Run with SSE or Streamable transport

Install the package globally...

CLI Options

You can also use the following CLI options...

Environment Variables

Variable Description Default Example
VIS_REQUEST_SERVER Custom chart generation service URL for private deployment https://antv-studio.alipay.com/api/gpt-vis https://your-server.com/api/chart

Private Deployment

MCP Server Chart provides a free chart generation service by default...

Generate Records

By default, users are required to save the results themselves...

Tool Filtering

You can disable specific chart generation tools using the DISABLED_TOOLS environment variable...

Development

Install dependencies: npm install Build the server: npm run build Start the MCP server: npm run start

License

MIT@AntV.

Server Config

{
  "mcpServers": {
    "antv-chart-server": {
      "command": "npx",
      "args": [
        "antv-chart"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: Yes
Official: Yes

Project Info

Hosted Featured
Created At: Jul 02, 2025
Updated At: Aug 07, 2025
Author: AntV
Category: community
License: MIT
Tags:
development documentation public