Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
AntVis Chart MCP Server
pie-chart

AntVis Chart MCP Server MCP Server

25+ visual chart types for data analysis

antvischartsvisualizationdata-analysis

About

## AntVis Chart MCP Server: Enterprise Visualization The **AntVis Chart MCP Server** brings the power of Ant Design's visualization library directly into Google Antigravity, enabling AI-assisted creation of sophisticated, interactive charts and data visualizations without leaving your development environment. ### Why AntVis Chart MCP? - **Grammar of Graphics**: Build charts using a declarative, compositional approach based on the grammar of graphics - **Rich Chart Library**: Access to G2, G6, L7, and other AntVis visualization frameworks - **Interactive Visualizations**: Create charts with zoom, pan, drill-down, and custom interactions - **AI-Guided Design**: Let Gemini suggest optimal chart types based on your data structure - **Export Flexibility**: Generate charts as SVG, Canvas, or exportable images ### Key Features #### 1. Declarative Chart Creation ```typescript // Generate chart specification via MCP const chartSpec = await antvis.createChart({ type: "interval", data: salesData, encode: { x: "month", y: "revenue", color: "category" }, transform: [{ type: "stackY" }], axis: { y: { title: "Revenue ($)", labelFormatter: ".2s" } } }); ``` #### 2. Graph Visualization ```typescript // Create network/relationship graphs const networkGraph = await antvis.createG6Graph({ nodes: userNodes, edges: relationships, layout: { type: "force", preventOverlap: true }, behaviors: ["drag-node", "zoom-canvas", "click-select"] }); ``` ### Configuration ```json { "mcpServers": { "antvis-chart": { "command": "npx", "args": ["-y", "@anthropic/mcp-antvis"], "env": { "THEME": "dark", "DEFAULT_RENDERER": "canvas" } } } } ``` ### Use Cases **Dashboard Development**: Rapidly prototype and refine business intelligence dashboards with AI-suggested visualizations. **Data Exploration**: Interactively explore datasets with appropriate chart recommendations based on data types and distributions. **Report Generation**: Create publication-ready charts with consistent styling and branding for reports and presentations. The AntVis Chart MCP Server transforms data visualization from a manual design process into an AI-collaborative experience, helping developers create compelling visualizations faster.

Installation

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

How to Use

  1. 125+ chart types available
  2. 2Interactive visualizations
  3. 3Data analysis focused

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers