Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

ยฉ 2026 TrackMCP. All rights reserved.

Built with โค๏ธ by Krishna Goyal

    Mcp Server Antv

    ๐Ÿง‘๐Ÿปโ€๐Ÿ’ป MCP Server for @antvis visualization development, which provides documentation context and examples for visualization developers.

    28 stars
    TypeScript
    Updated Oct 11, 2025
    antv
    development
    mcp
    mcp-server
    visualization

    Table of Contents

    • โœจ Features
    • ๐Ÿ› ๏ธ Quick Start
    • Requirements
    • Connect to Cursor
    • Connect to VSCode
    • ๐Ÿงช Example Workflow
    • ๐Ÿงฐ Tools Overview
    • ๐Ÿ”จ Contributing
    • ๐Ÿ“„ License

    Table of Contents

    • โœจ Features
    • ๐Ÿ› ๏ธ Quick Start
    • Requirements
    • Connect to Cursor
    • Connect to VSCode
    • ๐Ÿงช Example Workflow
    • ๐Ÿงฐ Tools Overview
    • ๐Ÿ”จ Contributing
    • ๐Ÿ“„ License

    Documentation

    MCP Server AntV MCP Server npm Version smithery badge npm License

    A Model Context Protocol (MCP) server designed for AI development and QA that provides AntV documentation context and code examples using the latest APIs.

    Supports G2, G6, and F2 libraries for declarative visualization workflows, with S2, X6, L7, and more (including AVA, ADC, and G) coming soon.

    โœจ Features

    • โœ… AntV 5.x Compatibility: Leverages the latest APIs for performance and modularity.
    • ๐Ÿงฉ Multi-Library Support: G2 (2D charts), G6 (graph/networks), and F2 (mobile charts).
    • ๐Ÿ” Smart Intent Extraction: Detects library usage and task complexity via extract_antv_topic.
    • ๐Ÿ“š Contextual Documentation: Fetches relevant AntV docs and code snippets with query_antv_document.

    ๐Ÿ› ๏ธ Quick Start

    Requirements

    • Node.js >= v18.0.0
    • Cursor, VSCode, Cline, Claude Desktop or another MCP Client.

    Connect to Cursor

    Install MCP Server

    Go to: Settings -> Cursor Settings -> MCP -> Add new global MCP server

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

    On Window system:

    json
    {
      "mcpServers": {
        "mcp-server-antv": {
          "command": "cmd",
          "args": ["/c", "npx", "-y", "@antv/mcp-server-antv"]
        }
      }
    }

    Connect to VSCode

    Install in VSCode

    Pasting the following configuration into your VSCode ~/.vscode/mcp.json file is the recommended approach.

    json
    {
      "servers": {
        "mcp-server-antv": {
          "command": "npx",
          "args": ["-y", "@antv/mcp-server-antv"]
        }
      }
    }

    or command-line configuration

    bash
    code --add-mcp "{\"name\":\"mcp-server-antv\",\"command\": \"npx\",\"args\": [\"-y\",\"@antv/mcp-server-antv\"]}"

    ๐Ÿงช Example Workflow

    An example workflow:

    ๐Ÿงฐ Tools Overview

    ToolFunctionality
    extract_antv_topicExtract user intent, detects library (G2/G6/F2), and infers task complexity.
    query_antv_documentfetch latest documentation and code examples with context7

    ๐Ÿ”จ Contributing

    Clone the repo

    bash
    git clone https://github.com/antvis/mcp-server-chart.git
    cd mcp-server-chart

    Install dependencies:

    bash
    npm install

    Build the server:

    bash
    npm run build

    Start the MCP server:

    bash
    npm run start

    ๐Ÿ“„ License

    MIT@AntV.

    Similar MCP

    Based on tags & features

    • MC

      Mcp Open Library

      TypeScriptยท
      42
    • MC

      Mcp Ipfs

      TypeScriptยท
      11
    • LI

      Liveblocks Mcp Server

      TypeScriptยท
      11
    • ME

      Metmuseum Mcp

      TypeScriptยท
      14

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScriptยท
      22.1k
    • SE

      Serena

      Pythonยท
      14.5k
    • MC

      Mcp Playwright

      TypeScriptยท
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScriptยท
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MC

      Mcp Open Library

      TypeScriptยท
      42
    • MC

      Mcp Ipfs

      TypeScriptยท
      11
    • LI

      Liveblocks Mcp Server

      TypeScriptยท
      11
    • ME

      Metmuseum Mcp

      TypeScriptยท
      14

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScriptยท
      22.1k
    • SE

      Serena

      Pythonยท
      14.5k
    • MC

      Mcp Playwright

      TypeScriptยท
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScriptยท
      3.0k