Skip to main content

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 IdentifierFunction DescriptionCore Parameters
generate_chartCreates a chart and returns the URL of the chart imagetype, labels, datasets, title, option

Repository URL

https://github.com/GongRzhe/Quickchart-MCP-Server?tab=readme-ov-file


🔌 Usage


CloudBase MCP Console

Parameter Description

generate_chart

Create a chart

Input ParameterTypeDescription
typestringbar, 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)
labelsstring[]Custom labels, e.g., 2023, 2024, 2025
datasetsarrayCustom datasets, e.g., [{"label": "Production (tons)","data": [10000,20000,30000],"backgroundColor": "red","borderColor": "green","additionalConfig": {}}]
titlestringCustom title
optionstringOther option configurations. Refer to Official Documentation Examples

Returns: The URL of the chart image

Example Chart