Skip to main content
Glama

Quickchart-MCP-Server

generate_chart

Create customizable charts (bar, line, pie, etc.) by defining chart type, labels, and datasets. Supports advanced Chart.js configuration for precise data visualization.

Instructions

Generate a chart using QuickChart

Input Schema

NameRequiredDescriptionDefault
datasetsYes
labelsNoLabels for data points
optionsNo
titleNo
typeYesChart type (bar, line, pie, doughnut, radar, polarArea, scatter, bubble, radialGauge, speedometer)

Input Schema (JSON Schema)

{ "properties": { "datasets": { "items": { "properties": { "additionalConfig": { "type": "object" }, "backgroundColor": { "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "borderColor": { "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "data": { "type": "array" }, "label": { "type": "string" } }, "required": [ "data" ], "type": "object" }, "type": "array" }, "labels": { "description": "Labels for data points", "items": { "type": "string" }, "type": "array" }, "options": { "type": "object" }, "title": { "type": "string" }, "type": { "description": "Chart type (bar, line, pie, doughnut, radar, polarArea, scatter, bubble, radialGauge, speedometer)", "type": "string" } }, "required": [ "type", "datasets" ], "type": "object" }
Install Server

Other Tools from Quickchart-MCP-Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/GongRzhe/Quickchart-MCP-Server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server