QuickChart MCP Integration
Provides QuickChart chart generation capability via the MCP protocol.
- Supports multiple chart types: bar chart, line chart, pie chart, donut chart, radar chart, polar chart, scatter chart, bubble chart, radial gauge, speedometer
- Customizable labels, datasets, colors, and other options
- Customizable labels, datasets, colors, and other options
- Returns the URL of the generated chart
Go to CloudBase Platform to run MCP Server
Usage Instructions
QuickChart Reference Documentation
🗺️ Feature List
Tool Identifier | Function Description | Core Parameters |
---|---|---|
generate_chart | Creates a chart and returns the URL of the chart image | type , labels , datasets , title , option |
Repository URL
https://github.com/GongRzhe/Quickchart-MCP-Server?tab=readme-ov-file
🔌 Usage
Parameter Description
generate_chart
Create a chart
Input Parameter | Type | Description |
---|---|---|
type | string | bar, line, pie, doughnut, radar, polarArea, scatter, bubble, radialGauge, speedometer (bar chart, line chart, pie chart, donut chart, radar chart, polar area chart, scatter chart, bubble chart, radial gauge, speedometer) |
labels | string[] | Custom labels, e.g., 2023, 2024, 2025 |
datasets | array | Custom datasets, e.g., [{"label": "Production (tons)","data": [10000,20000,30000],"backgroundColor": "red","borderColor": "green","additionalConfig": {}}] |
title | string | Custom title |
option | string | Other option configurations. Refer to Official Documentation Examples |
Returns: The URL of the chart image