← Index

io.github.antvis/mcp-server-chart

io.github.antvis/mcp-server-chart·v1.0.0·Other
Quality Score
70
/100

A Model Context Protocol server for generating charts using AntV.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server-chart": {
      "command": "npx",
      "args": [
        "-y",
        "@antv/mcp-server-chart"
      ],
      "env": {
        "VIS_REQUEST_SERVER": "https://antv-studio.alipay.com/api/gpt-vis",
        "SERVICE_ID": "<your-service_id>",
        "DISABLED_TOOLS": "<disabled_tools>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server-chart": {
      "command": "npx",
      "args": [
        "-y",
        "@antv/mcp-server-chart"
      ],
      "env": {
        "VIS_REQUEST_SERVER": "https://antv-studio.alipay.com/api/gpt-vis",
        "SERVICE_ID": "<your-service_id>",
        "DISABLED_TOOLS": "<disabled_tools>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @antv/mcp-server-chart
§02  Environment variables
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

§03  MCP Quality Score  ·  methodology
freshness
10
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other