antvis

MCP Server Chart

Community antvis
Updated

๐Ÿค– A Model Context Protocol server for generating charts using @antvis.

MCP Server Chart npm Version npm License

A Model Context Protocol server for generating charts using AntV.

This is a TypeScript-based MCP server that provides chart generation capabilities. It allows you to create various types of charts through MCP tools.

โœจ Features

Now 4 charts supported.

  • generate_line_chart - Generate a line chart URL.
  • generate_column_chart - Generate a column chart URL.
  • generate_pie_chart - Generate a pie chart URL.
  • generate_area_chart - Generate a area chart URL.

๐Ÿค– Usage

To use with Claude Desktop, add the server config:

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

๐Ÿ”จ Development

Install dependencies:

npm install

Build the server:

npm run build

Start the MCP server:

npm run start

๐Ÿ“„ License

MIT@AntV.

MCP Server ยท Populars

MCP Server ยท New

    TBXark

    MCP Proxy Server

    An MCP proxy server that aggregates and serves multiple MCP resource servers through a single HTTP server.

    Community TBXark
    lpigeon

    ros-mcp-server

    The ROS MCP Server is designed to facilitate the control of robotic movement by providing a set of functions that allow for precise manipulation of linear and angular velocities.

    Community lpigeon
    emicklei

    melrose-mcp

    interactive programming of melodies, producing MIDI

    Community emicklei
    browserstack

    BrowserStack MCP Server

    BrowserStack's Official MCP Server

    Community browserstack
    damms005

    DevDb

    A zero-config VS Code database extension with affordances to aid development and debugging.

    Community damms005