Install
MCP server — add to your Claude Code config (typically
~/.claude/mcp_settings.json or ~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"antv-mcp-server-chart": {
"command": "npx",
"args": [
"-y",
"@antv/mcp-server-chart"
]
}
}
}
Or smoke-test directly:
npx -y @antv/mcp-server-chart
Details
| Website | https://www.npmjs.com/package/@antv/mcp-server-chart |
|---|---|
| GitHub | git+https://github.com/antvis/mcp-server-chart.git |
| License | unknown |
| Pricing | free |
| Tags | antv mcp data-visualization chart graph map |
| Sources | npm |
| Discovered | 2026-05-25 |