GongRzhe_Quickchart-MCP-Server
If you are the rightful owner of GongRzhe_Quickchart-MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol server for generating charts using QuickChart.io
This server integrates with QuickChart.io's URL-based chart generation service to create chart images using Chart.js configurations. Users can generate various types of charts by providing data and styling parameters, which the server converts into chart URLs or downloadable images.
Features
- generate_chart: Generate a chart URL using QuickChart.io. Supports multiple chart types: bar, line, pie, doughnut, radar, polarArea, scatter, bubble, radialGauge, speedometer. Customizable with labels, datasets, colors, and additional options. Returns a URL to the generated chart.
- download_chart: Download a chart image to a local file. Takes chart configuration and output path as parameters. Saves the chart image to the specified location.