MCP Server AntV
by antvis
MCP server providing AntV visualization docs and code examples for AI-assisted chart and graph development.
What it does
MCP Server AntV connects AI coding assistants to the AntV visualization library ecosystem. It lets you query up-to-date documentation and working code examples for AntV libraries — G2 (2D charts), G6 (graphs and networks), and F2 (mobile charts) — directly inside your IDE. The server intelligently detects which AntV library you need and fetches contextually relevant docs, so you spend less time searching and more time building visualizations.
Tools
- extract_antv_topic — Parses user intent to detect the relevant AntV library (G2, G6, or F2) and infer task complexity, routing queries to the right docs.
- query_antv_document — Fetches the latest AntV documentation and code examples for a given topic, powered by Context7 for up-to-date API references.
Installation
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-antv": {
"command": "npx",
"args": ["-y", "@antv/mcp-server-antv"]
}
}
}
For Windows:
{
"mcpServers": {
"mcp-server-antv": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@antv/mcp-server-antv"]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- VS Code Copilot
Quick install
npx -y @antv/mcp-server-antvInformation
- Pricing
- free
- Published
- 4/11/2026






