MCP Server Chart
by AntV
The MCP Server Chart is a TypeScript-based Model Context Protocol (MCP) server designed for generating various types of charts using the AntV charting library. It allows users to create charts through MCP tools.
Last updated: N/A
What is MCP Server Chart?
The MCP Server Chart is a server that generates charts using the AntV library. It supports a variety of chart types and returns image URLs.
How to use MCP Server Chart?
To use with Claude Desktop, add the provided server configuration to your settings. This configuration specifies the command and arguments needed to run the server. You can also use the npm commands to build and start the server locally for development.
Key features of MCP Server Chart
Generates 15+ different chart types
Returns image URLs for generated charts
Supports area, bar, column, dual-axes, fishbone-diagram, flow-diagram, histogram, line, mind-map, network-graph, pie, radar, scatter, treemap, and word-cloud charts
TypeScript-based
Use cases of MCP Server Chart
Generating charts for reports
Visualizing data in applications
Creating interactive dashboards
Integrating chart generation into automated workflows
FAQ from MCP Server Chart
What is MCP?
What is MCP?
Model Context Protocol (MCP) is a protocol for communication between applications.
What chart types are supported?
What chart types are supported?
The server supports area, bar, column, dual-axes, fishbone-diagram, flow-diagram, histogram, line, mind-map, network-graph, pie, radar, scatter, treemap, and word-cloud charts.
How do I install the server?
How do I install the server?
Use npm install
to install the dependencies.
How do I build the server?
How do I build the server?
Use npm run build
to build the server.
How do I start the server?
How do I start the server?
Use npm run start
to start the server.