π§
QuickChart Server
π§MCP ServerMagic-Sauce/quickchart-mcp-server
What it does
|Generates chart images and URLs using QuickChart.io by converting Chart.js configurations into visual representations across multiple chart types
Overview
An MCP server that generates chart images and URLs using the QuickChart.io service. It converts Chart.js configurations into visual chart representations, supporting 10 chart types including bar, line, pie, radar, scatter, bubble, and gauge charts.
Key Features
- Chart URL Generation β Creates QuickChart.io URLs from Chart.js configurations with customizable labels, datasets, colors, and styling options
- Chart Image Download β Downloads chart images directly to local files for offline use or embedding in documents
- 10 Chart Types β Supports bar, line, pie, doughnut, radar, polar area, scatter, bubble, radial gauge, and speedometer charts for diverse data visualization needs
Who is this for?
Developers and data analysts who need to generate charts programmatically within AI assistant workflows. Useful for creating quick visualizations during conversations, generating charts for reports, or integrating chart generation into automated pipelines.
localhosted
Installation
Server ConfigurationServer configuration (JSON)
{
"type": "bar",
"data": {
"labels": ["January", "February", "March"],
...1,005
Last UpdatedMar 17, 2025