WebsitePlatform Login
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 segments
  • create_doughnut_chart: Pie chart with hole in the center

Scatter Charts

  • create_scatter_chart: Shows correlations between two variables
  • create_bubble_chart: Advanced scatter charts with third dimension

Special Charts

  • create_radar_chart: Multiple dimensions in network diagram
  • create_gauge_chart: Speedometer display for single values
  • create_progress_bar: Progress bars for percentage values
  • create_sparkline: Minimal line charts without axes

Advanced Options

  • create_mixed_chart: Combination of different chart types
  • create_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.