
Mcp Server Chart
Generate AntV charts from natural language during docs, dashboards, or pitch materials without hand-coding every visualization.
Overview
mcp-server-chart is an MCP server for the Build phase that generates AntV-based charts from agent tool calls over stdio.
What is this MCP server?
- MCP server for chart generation powered by AntV
- npm package @antv/mcp-server-chart with stdio transport
- Optional VIS_REQUEST_SERVER for private or custom chart backend
- SERVICE_ID and DISABLED_TOOLS env vars for governance and trimming tools
- Fits agent workflows that need quick line, bar, and composite visuals
- npm package @antv/mcp-server-chart (catalog package version 0.9.0-beta.1)
- Default VIS_REQUEST_SERVER https://antv-studio.alipay.com/api/gpt-vis
- Server schema version 1.0.0 in catalog metadata
Community signal: 4.1k GitHub stars.
What problem does it solve?
Turning tabular results into charts slows you down when you are documenting or demoing a solo SaaS and live inside the agent instead of a design tool.
Who is it for?
Builders who document metrics in-repo, ship lightweight admin charts, or need agent-generated figures for blogs and pitch PDFs.
Skip if: Teams that require pixel-perfect branded dashboards, real-time streaming analytics, or heavy embedded BI with row-level security out of the box.
What do I get? / Deliverables
After registering @antv/mcp-server-chart, your agent can produce AntV charts on demand so docs, decks, and debug views gain visuals without a separate charting sprint.
- Agent-generated AntV chart assets or URLs for docs and decks
- Repeatable chart tool calls tied to your metrics narratives
- Configurable tool surface via DISABLED_TOOLS when you need a smaller MCP footprint
Recommended MCP Servers
Journey fit
Chart generation usually happens while you document metrics, ship admin views, or polish investor-facing artifacts during Build. Docs is the canonical shelf for visualization helpers that turn data descriptions into shareable graphics inside agent sessions.
How it compares
AntV chart-generation MCP integration, not a hosted analytics warehouse or spreadsheet skill.
Common Questions / FAQ
Who is mcp-server-chart for?
mcp-server-chart is for solo and indie developers using MCP agents who want AntV charts from conversational requests while building docs, demos, or simple analytics views.
When should I use mcp-server-chart?
Use it during Build when you need charts for documentation, prototypes, or internal reporting and prefer agent-driven generation over manual AntV or D3 coding.
How do I add mcp-server-chart to my agent?
Install @antv/mcp-server-chart from npm, add a stdio MCP server entry in Claude Code or Cursor, and set VIS_REQUEST_SERVER, SERVICE_ID, or DISABLED_TOOLS only if your deployment requires them.