Home › Databases & Data › mcp-server-chart
mcp-server-chart
A Model Context Protocol server for generating charts using AntV.
Topics: Customer Data Platforms
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.9.0-beta.1)
npx -y @antv/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"mcp-server-chart": {
"command": "npx",
"args": [
"-y",
"@antv/[email protected]"
],
"env": {
"VIS_REQUEST_SERVER": "<YOUR_VALUE>",
"SERVICE_ID": "<YOUR_VALUE>",
"DISABLED_TOOLS": "<YOUR_VALUE>"
}
}
}
}
VIS_REQUEST_SERVER— Custom chart generation service URL for private deploymentSERVICE_IDsecret — Service identifier for chart generation recordsDISABLED_TOOLS— Comma-separated list of tool names to disable
Related servers
mcp-mermaid
Generate dynamic Mermaid diagrams and charts with AI assistance. Customize styles and export diagr…
Search Console MCP
Google Search Console + Bing + GA4 + AdSense — unified SEO intelligence for AI agents.
quackback
Open-source customer feedback platform with built-in MCP server. Agents can search feedback, triage posts, update statuses, create and…
mcp-echarts
Generate visual charts using [Apache ECharts](https://echarts.apache.org) with AI MCP dynamically.
OpenDataMCP
Connect any Open Data to any LLM with Model Context Protocol.
inoyu-mcp-unomi-server
An MCP server to access and updates profiles on an Apache Unomi CDP server.
Listed in punkpeye/awesome-mcp-servers (MIT)
Listed in wong2/awesome-mcp-servers (MIT)
Data from the Official MCP Registry