Quickchart-MCP-Server
QuickChart Server is a TypeScript-based MCP server designed to generate charts using QuickChart.io. It supports various chart types and allows customization through data and styling parameters, providing easy chart generation through URL-based services.
What types of charts can be generated?
The server supports bar, line, pie, doughnut, radar, polarArea, scatter, bubble, radialGauge, and speedometer charts.
How do I install the Quickchart-MCP-Server?
You can install it using npm with the command npm install @gongrzhe/quickchart-mcp-server
or via Smithery for Claude Desktop.
Can I download the generated charts?
Yes, the download_chart
feature allows you to download chart images to a local file.
What is the format for chart configuration?
The server uses Chart.js configuration format, which includes specifying the type, data, and options for the chart.
Is there any documentation available?
Yes, you can refer to the QuickChart Documentation and Chart Types Reference for more information.