Skip to content
Cursor

mcp server chart for Cursor

io.github.antvis/mcp-server-chart

A Model Context Protocol server for generating charts using AntV.

client:Cursor transport:stdio runtime:npm

Install mcp server chart in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp server chart in other clients