HomeDatabases & Data › mcp-server-chart

mcp-server-chart

A Model Context Protocol server for generating charts using AntV.

Official TypeScript Cloud
★ 4,382 stars Last pushed 2026-08-27 License: MIT

Topics: Customer Data Platforms

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.9.0-beta.1)

npx -y @antv/mcp-server-chart@0.9.0-beta.1

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server-chart": {
      "command": "npx",
      "args": [
        "-y",
        "@antv/mcp-server-chart@0.9.0-beta.1"
      ],
      "env": {
        "VIS_REQUEST_SERVER": "<YOUR_VALUE>",
        "SERVICE_ID": "<YOUR_VALUE>",
        "DISABLED_TOOLS": "<YOUR_VALUE>"
      }
    }
  }
}
  • VIS_REQUEST_SERVER — Custom chart generation service URL for private deployment
  • SERVICE_ID secret — Service identifier for chart generation records
  • DISABLED_TOOLS — Comma-separated list of tool names to disable

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry