Claude · data visualization · free API

Generate charts with Claude

Turn checked numeric data into bar, line, or pie charts without asking Claude to draw an unreliable image or invent a frontend.

Try the chart APIDownload SKILL.mdConnect MCP

Example

{"type":"bar","values":[10,25,15],
 "labels":["Jan","Feb","Mar"],"title":"Monthly signups","format":"svg"}

Claude can call MCP generate_chart or POST JSON to /api/chart. The response includes a temporary downloadUrl. Inputs support up to 40 numeric values.

Validation

Complete API guide · All skills