Skip to main content
Glama

quickchart-mcp-server

create-diagram-using-graphviz

Generate and export graph diagrams using GraphViz. Specify DOT graph descriptions, choose layouts, and save as SVG or PNG images or get a URL for easy sharing.

Instructions

Create graph diagrams using GraphViz - get diagram image URL or save diagram image to file

Input Schema

NameRequiredDescriptionDefault
actionYesWhether to get graph URL or save as file
formatNoOutput format (default: svg)
graphYesDOT graph description
heightNoImage height in pixels
layoutNoGraph layout algorithm (default: dot)
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 graph URL or save as file", "enum": [ "get_url", "save_file" ], "type": "string" }, "format": { "description": "Output format (default: svg)", "enum": [ "svg", "png" ], "type": "string" }, "graph": { "description": "DOT graph description", "type": "string" }, "height": { "description": "Image height in pixels", "type": "integer" }, "layout": { "description": "Graph layout algorithm (default: dot)", "enum": [ "dot", "fdp", "neato", "circo", "twopi", "osage", "patchwork" ], "type": "string" }, "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", "graph" ], "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