Skip to main content
Glama

quickchart-mcp-server

create-chart-using-natural-language

Generate charts from natural language inputs, producing an image URL or saving directly to a file with customizable dimensions, data, and labels.

Instructions

Create charts from natural language descriptions - get chart image URL or save chart image to file

Input Schema

NameRequiredDescriptionDefault
actionYesWhether to get chart URL or save as file
backgroundColorNoBackground color
data1NoFirst dataset values (comma-separated)
data2NoSecond dataset values (comma-separated)
descriptionYesNatural language chart description
heightNoChart height in pixels
labelsNoData labels (comma-separated)
outputPathNoPath where to save the file (only used with action=save_file)
titleNoChart title
widthNoChart 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" }, "backgroundColor": { "description": "Background color", "type": "string" }, "data1": { "description": "First dataset values (comma-separated)", "type": "string" }, "data2": { "description": "Second dataset values (comma-separated)", "type": "string" }, "description": { "description": "Natural language chart description", "type": "string" }, "height": { "description": "Chart height in pixels", "type": "integer" }, "labels": { "description": "Data labels (comma-separated)", "type": "string" }, "outputPath": { "description": "Path where to save the file (only used with action=save_file)", "type": "string" }, "title": { "description": "Chart title", "type": "string" }, "width": { "description": "Chart width in pixels", "type": "integer" } }, "required": [ "action", "description" ], "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