Server Chart MCP Server

A Model Context Protocol server for generating charts using AntV. We can use this mcp server for _chart generation_ and _data analysis_. It runs locally over stdio via the published package.

People connecting data & analytics tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-19 · ★ 4,337 · #1 OF 75 MAINTAINED DATA & ANALYTICS · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Server Chart

before you install - you'll need

Set VIS_REQUEST_SERVER, SERVICE_ID, DISABLED_TOOLS before connecting.

Claude Code

claude mcp add antvis-mcp-server-chart -- npx -y @antv/mcp-server-chart

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "antvis-mcp-server-chart": {
      "command": "npx",
      "args": [
        "-y",
        "@antv/mcp-server-chart"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @antv/mcp-server-chart - the @antv scope differs from the repo owner (antvis); confirm it's the project's official package

registry namespace io.github.antvis is GitHub-verified and matches the repo owner

03 · What Server Chart can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

0.9.10 · 2026-02-25

Move skills to external repository and update README · Fix high CPU usage during concurrent deployments · Fix TypeError in Docker local deployment · Fix TLS handshake issue in MCP · remove antv-chart-server-0.9.7.mcpb…

0.9.9 · 2026-01-22

Add tool annotations for improved LLM tool understanding · add chart-visualization skill · Update source identifier to chart-visualization-creator in skills generate.py · Add MCPB bundle for Claude Desktop installation…

0.9.7 · 2025-12-24

add waterfall · add startAtZero · update modelcontect version

04 · Who maintains Server Chart

mcp-server-chart is maintained by antvis. It's the only MCP server we track from this author; the repo dates to Apr 2025.

05 · Facts

category
data & analytics - ranked #1 of 75 actively-maintained data & analytics servers as of 2026-08-25.
registry
io.github.antvis/mcp-server-chart (active, first published 2025-09-15 · 7 versions)
packages
npm:@antv/mcp-server-chart

06 · Server Chart FAQ

What is Server Chart?

A Model Context Protocol server for generating charts using AntV. We can use this mcp server for _chart generation_ and _data analysis_. It runs locally over stdio via the published package.

Is Server Chart still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-19. We re-verify nightly.

How do I install Server Chart?

Run `npx -y @antv/mcp-server-chart`. The README documents 3 environment variables (VIS_REQUEST_SERVER, SERVICE_ID, DISABLED_TOOLS) to set first. Set VIS_REQUEST_SERVER, SERVICE_ID, DISABLED_TOOLS before connecting. You can also paste the ready-made client config above.

Does Server Chart run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Server Chart

head to head · Server Chart vs Keboola MCP Server · Server Chart vs ClaudeR - RStudio MCP Server · Server Chart vs Google Analytics MCP

More data & analytics MCP servers · Sipcode · Appfigures · Smolanalytics · Statistics Canada MCP Server · Balldontlie Api MCP Server

More TypeScript MCP servers · Emailmd · Anytype MCP · Copilot MCP · Apify MCP Server · see all