Cette page est affichée en anglais. Une traduction française est en cours.
MCP ConfigsMay 14, 2026·2 min de lecture
AntV Chart MCP — Generate Charts from Data
AntV Chart MCP generates charts via MCP using `npx -y @antv/mcp-server-chart`; verified 4,062★ and supports SSE + streamable transports for 25+ types.
Prêt pour agents
Staging sûr pour cet actif
Cet actif est d'abord staged. Le prompt copié demande à l'agent d'inspecter les fichiers staged avant d'activer scripts, config MCP ou config globale.
Stage only · 17/100Policy : staging
Surface agent
Tout agent MCP/CLI
Confiance
Confiance : Established
Commande de staging sûr
npx -y tokrepo@latest install d781b8c2-f632-5b5b-8395-f4e24093252a --target codexStage les fichiers d'abord; l'activation exige la revue du README et du plan staged.
Introduction
AntV Chart MCP generates charts via MCP using npx -y @antv/mcp-server-chart; verified 4,062★ and supports SSE + streamable transports for 25+ types.
Best for: Turning CSV/JSON into charts during agent runs (reports, dashboards, analysis)
Works with: Claude Desktop, VS Code MCP, Cursor/Cline and other MCP clients (npx-based stdio)
Setup time: 3-10 minutes
Key facts (verified)
- GitHub: 4063 stars · 376 forks · pushed 2026-05-06.
- License: MIT · owner avatar + repo URL verified via GitHub API.
- README-backed entrypoint:
npx -y @antv/mcp-server-chart.
Main
- Use it as a structured output step: generate a small JSON dataset + chart intent, then call the tool to render consistently.
- Pick transport intentionally: stdio for local clients; SSE/streamable endpoints when you need HTTP access.
- If you need chart-type selection, pair it with the
chart-visualization-skills repo referenced in README.
Source-backed notes
- README provides MCP client config examples where the server is launched via
npx -y @antv/mcp-server-chart.
- README documents running the server with
--transport sse (endpoint /sse) and --transport streamable (endpoint /mcp).
- README mentions a skill companion repo and claims the skill can choose from 25+ chart types.
FAQ
- Is npx required?: No—README also shows
npm install -g, but npx -y is the lowest-friction start.
- Which transport should I use?: Use stdio for local desktop clients; use SSE/streamable for remote HTTP access.
- Can it pick the chart type for me?: Use the related skill repo referenced in README for automatic chart selection logic.
Fil de discussion
Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.