MCP Server Chart
![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.