AntV MCP Server Integration
Empower your AI workflows with AntV’s MCP Server—generate, manipulate, and serve stunning charts directly from FlowHunt.

What does “AntV” MCP Server do?
The AntV MCP Server is a visualization Model Context Protocol (MCP) server designed to generate over 25 types of visual charts using the AntV charting library. Acting as a bridge between AI assistants and the powerful charting capabilities of AntV, this MCP server enables AI-driven workflows to create, manipulate, and serve chart visualizations on demand. By exposing chart generation as an MCP tool, it enhances development workflows in applications that require dynamic data visualization, insight presentation, and report generation. The server empowers clients to easily request charts for analytics, dashboards, and business intelligence scenarios, all standardized via the MCP interface.
List of Prompts
No information found about prompt templates in the repository.
List of Resources
No explicit resources documented in the repository.
List of Tools
- Chart Generation Tool
Enables AI clients to generate a wide range of visual charts (over 20 types, e.g., bar, line, pie, etc.) programmatically using the AntV charting system. This tool abstracts the complexity of chart creation, allowing users to specify chart type and data to receive a rendered visual output.
Use Cases of this MCP Server
- Automated Data Visualization
Developers can automate the creation of charts directly from data pipelines, enabling fast and standardized visual reporting in dashboards or analytics applications. - Business Intelligence Integration
Integrate chart generation into BI tools, allowing users and AI systems to visualize trends, comparisons, and metrics on demand. - Report Generation
Embed dynamic charts in automatically generated reports, improving the clarity and impact of insights presented to stakeholders. - Educational Platforms
Enable learning platforms to create interactive visual aids and data-driven illustrations to aid comprehension. - AI Assistant Visualization Support
Equip AI assistants with the ability to generate and display charts in response to user queries, making conversations more informative and visually engaging.
How to set it up
Windsurf
- Ensure Node.js is installed on your system.
- Open your Windsurf configuration file.
- Locate the
mcpServers
section. - Add the AntV MCP Server using the following JSON snippet:
{ "mcpServers": { "antv-chart": { "command": "npx", "args": ["@antv/mcp-server-chart@latest"] } } }
- Save the configuration and restart Windsurf.
- Verify the server is running from the Windsurf dashboard.
Claude
- Install Node.js if not present.
- Access Claude’s configuration file.
- Add the AntV MCP Server under the
mcpServers
key:{ "mcpServers": { "antv-chart": { "command": "npx", "args": ["@antv/mcp-server-chart@latest"] } } }
- Save and restart Claude.
- Confirm the server is connected.
Cursor
- Make sure Node.js is installed.
- Open Cursor’s settings file.
- Insert the AntV MCP Server configuration:
{ "mcpServers": { "antv-chart": { "command": "npx", "args": ["@antv/mcp-server-chart@latest"] } } }
- Save and restart Cursor.
- Check the availability of chart tools in the tool palette.
Cline
- Install Node.js if necessary.
- Find the configuration file for Cline.
- Add the AntV MCP Server configuration:
{ "mcpServers": { "antv-chart": { "command": "npx", "args": ["@antv/mcp-server-chart@latest"] } } }
- Save the file and restart Cline.
- Validate the setup by requesting a chart generation.
Securing API Keys To secure API keys and sensitive inputs, use environment variables. Example configuration:
{
"mcpServers": {
"antv-chart": {
"command": "npx",
"args": ["@antv/mcp-server-chart@latest"],
"env": {
"API_KEY": "${API_KEY}"
},
"inputs": {
"apiKey": "${API_KEY}"
}
}
}
}
Replace "API_KEY"
with your actual environment variable name.
How to use this MCP inside flows
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"antv-chart": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “antv-chart” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Overview
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | |
List of Prompts | ⛔ | No prompt templates found |
List of Resources | ⛔ | No explicit resources found |
List of Tools | ✅ | Chart generation tool |
Securing API Keys | ✅ | Env variables shown |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Our opinion
The AntV MCP Server is highly specialized for chart generation and visualization, offering clear utility for analytics and visual-centric workflows. However, documentation lacks detail on prompt templates, resources, sampling, and roots support. For visualization-centric developers, it is a focused and valuable tool, but broader MCP features are not fully surfaced.
MCP Score
Has a LICENSE | Yes (MIT) |
---|---|
Has at least one tool | Yes |
Number of Forks | 111 |
Number of Stars | 1.2k |
Frequently asked questions
- What is the AntV MCP Server?
The AntV MCP Server is a Model Context Protocol server that enables the generation of over 25 types of visual charts using the AntV charting library. It connects AI assistants and applications to powerful charting tools for data visualization, reporting, and analytics.
- What types of charts can be generated?
The AntV MCP Server supports a wide variety of charts including bar, line, pie, and many others—over 25 types in total—making it suitable for dashboards, analytics, and business intelligence.
- How do I connect the AntV MCP Server to FlowHunt?
Add an MCP component to your FlowHunt flow, then configure it with your AntV MCP server details in the system MCP configuration section using the provided JSON format. This enables your AI agents to request charts programmatically.
- Is it possible to secure API keys for the MCP server?
Yes. Use environment variables to store and inject sensitive values like API keys. Configure the MCP server with the environment variable and reference it in your MCP server settings for enhanced security.
- What are some use cases for the AntV MCP Server?
The AntV MCP Server can be used for automated data visualization, business intelligence integration, dynamic report generation, educational platforms, and providing visualization support for AI assistants.
Integrate AntV Charting with FlowHunt
Elevate your analytics and reporting with dynamic chart generation. Connect the AntV MCP Server to FlowHunt and unlock powerful visualization capabilities.