Skip to content
Claude Desktop

mcp server chart for Claude Desktop

io.github.antvis/mcp-server-chart

A Model Context Protocol server for generating charts using AntV.

client:Claude Desktop transport:stdio runtime:npm

Install mcp server chart in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server-chart": {
      "command": "npx",
      "args": [
        "-y",
        "@antv/mcp-server-chart"
      ],
      "env": {
        "VIS_REQUEST_SERVER": "<VIS_REQUEST_SERVER>",
        "SERVICE_ID": "<SERVICE_ID>",
        "DISABLED_TOOLS": "<DISABLED_TOOLS>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

mcp server chart in other clients