MCP Server Chart

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 15+ charts supported.

generate_area_chart- Generate aareachart, and return an image URL.generate_bar_chart- Generate abarchart, and return an image URL.generate_column_chart- Generate acolumnchart, and return an image URL.generate_dual_axes_chart- Generate adual-axeschart, and return an image URL.generate_fishbone_diagram- Generate afishbone-diagramchart, and return an image URL.generate_flow_diagram- Generate aflow-diagramchart, and return an image URL.generate_histogram_chart- Generate ahistogramchart, and return an image URL.generate_line_chart- Generate alinechart, and return an image URL.generate_mind_map- Generate amind-mapchart, and return an image URL.generate_network_graph- Generate anetwork-graphchart, and return an image URL.generate_pie_chart- Generate apiechart, and return an image URL.generate_radar_chart- Generate aradarchart, and return an image URL.generate_scatter_chart- Generate ascatterchart, and return an image URL.generate_treemap_chart- Generate atreemapchart, and return an image URL.generate_word_cloud_chart- Generate aword-cloudchart, and return an image 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.
Visualization Charts Server
Project Details
- antvis/mcp-server-chart
- @antv/mcp-server-chart
- MIT License
- Last Updated: 5/1/2025
Recomended MCP Servers
CLI MCP package manager & registry for all platforms and all clients. Search & configure MCP servers. Advanced...
use Bitget’s API to get cryptocurrency info
MCP server for interacting with RabbitMQ
MCP Server for the VictoriaMetrics.
This repository contains a collection of community-maintained Model Context Protocol (MCP) servers. All servers are automatically listed on...
CyberMCP is a Model Context Protocol (MCP) server designed for testing backend APIs for security vulnerabilities. It provides...
MCP server integrating CEDARScript grammar functionality into tool use.
my live resume





