Skip to main content
Glama

quickchart-mcp-server

create-chart-using-apexcharts

Generate and visualize data by creating custom charts using Apex Charts. Retrieve a chart image URL or save the image to a file with configurable dimensions and settings.

Instructions

Create charts using Apex Charts - get chart image URL or save chart image to file

Input Schema

NameRequiredDescriptionDefault
actionYesWhether to get chart URL or save as file
apexChartsVersionNoApex Charts version to use
configYesApex Charts JSON configuration
heightNoImage height in pixels
outputPathNoPath where to save the file (only used with action=save_file)
widthNoImage width in pixels

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Whether to get chart URL or save as file", "enum": [ "get_url", "save_file" ], "type": "string" }, "apexChartsVersion": { "description": "Apex Charts version to use", "type": "string" }, "config": { "description": "Apex Charts JSON configuration", "type": "object" }, "height": { "description": "Image height in pixels", "type": "integer" }, "outputPath": { "description": "Path where to save the file (only used with action=save_file)", "type": "string" }, "width": { "description": "Image width in pixels", "type": "integer" } }, "required": [ "action", "config" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/TakanariShimbo/quickchart-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server