A
licenseA
qualityA
maintenanceMCP server that enables AI agents to recommend and generate charts from datasets using natural language, supporting 46 chart types and multiple output formats.
14
2
23 npm
MIT
No user-submitted related servers found.
Scored across 3 tools
Each tool has a clearly distinct purpose: high-level semantic chart creation, low-level raw parameter control, and type discovery. No overlap or ambiguity between them.
Two tools use verb_noun naming (create_chart, list_chart_types), but image_charts_url is a noun phrase without a verb, breaking the pattern. Readable but inconsistent.
Three tools is appropriately scoped for a chart-generation server, covering creation, raw access, and discovery without unnecessary bloat.
The surface covers the full chart workflow: semantic creation, raw parameter pass-through, and type discovery. No obvious gaps for the server's stated purpose.