https://github.com/antvis/mcp-server-chart
๐ค A Model Context Protocol server for generating charts using @antvis.
https://github.com/antvis/mcp-server-chart
Last synced: 13 days ago
JSON representation
๐ค A Model Context Protocol server for generating charts using @antvis.
- Host: GitHub
- URL: https://github.com/antvis/mcp-server-chart
- Owner: antvis
- License: mit
- Created: 2025-04-25T09:10:06.000Z (16 days ago)
- Default Branch: master
- Last Pushed: 2025-04-27T13:09:01.000Z (14 days ago)
- Last Synced: 2025-04-27T13:22:17.739Z (14 days ago)
- Language: TypeScript
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mcp-servers - Chart - ๐ค A Model Context Protocol server for generating visual charts using [AntV](https://github.com/antvis). (Community Servers)
- awesome-mcp-servers - @antv/mcp-server-chart - [AntV](https://github.com/antvis) ใใใผในใซใใใใผใฟๅฏ่ฆๅใใฃใผใใ็ๆใใ MCP Server ใใฉใฐใคใณใ (ใตใผใใผๅฎ่ฃ / ๐ค <a name="customer-data-platforms"></a>้กงๅฎขใใผใฟใใฉใใใใฉใผใ )
README
# MCP Server Chart [](https://www.npmjs.com/package/@antv/mcp-server-chart) [](https://www.npmjs.com/package/@antv/mcp-server-chart)
A Model Context Protocol server for generating charts using [AntV](https://github.com/antvis/).
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:
```json
{
"mcpServers": {
"mcp-server-chart": {
"command": "npx",
"args": [
"-y",
"@antv/mcp-server-chart"
]
}
}
}
```## ๐จ Development
Install dependencies:
```bash
npm install
```Build the server:
```bash
npm run build
```Start the MCP server:
```bash
npm run start
```## ๐ License
MIT@[AntV](https://github.com/antvis).