# QuickChart Server

Generate various types of charts effortlessly using QuickChart.io. Create chart images by providing data and styling parameters, and download them directly to your local system. Enhance your data vis…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add Magic-Sauce/quickchart-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list Magic-Sauce/quickchart-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get Magic-Sauce/quickchart-mcp-server generate_chart

# Call a tool
npx -y @smithery/cli@latest tool call Magic-Sauce/quickchart-mcp-server generate_chart '{}'
```

## Tools (2)

- `generate_chart` — Generate a chart using QuickChart
- `download_chart` — Download a chart image to a local file

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get Magic-Sauce/quickchart-mcp-server <tool-name>
```

---

Source: https://github.com/Magic-Sauce/Quickchart-MCP-Server | License: MIT
