Skip to main content
Customer Data PlatformsTypeScript

antv/mcp-server-chart

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

customer-data-platformsofficialcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/antvis/mcp-server-chart

Claude 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.

Details

Category
Customer Data Platforms
Language
TypeScript
Author
antvis