Tools
Chart Generation
Creating different chart types via the QuickChart API
Chart Generation
The Charts MCP server enables the creation of various chart types via the QuickChart API.
Available Chart Types
Bar Charts
create_bar_chart
: Creates horizontal or vertical bar charts- Parameters: Labels, datasets, orientation (horizontal/vertical)
Line Charts
create_line_chart
: Creates line charts for trends and time series- Parameters: Labels, datasets, filled areas optional
Pie Charts
create_pie_chart
: Visualizes proportions as circle segmentscreate_doughnut_chart
: Pie chart with hole in the center
Scatter Charts
create_scatter_chart
: Shows correlations between two variablescreate_bubble_chart
: Advanced scatter charts with third dimension
Special Charts
create_radar_chart
: Multiple dimensions in network diagramcreate_gauge_chart
: Speedometer display for single valuescreate_progress_bar
: Progress bars for percentage valuescreate_sparkline
: Minimal line charts without axes
Advanced Options
create_mixed_chart
: Combination of different chart typescreate_custom_chart
: Complete Chart.js configurations
Usage
All charts are returned as image URLs that can be used directly in chats or documents.
Example
Create a bar chart with sales figures Q1-Q4
The server automatically generates an appealing chart with the provided data.