# 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 mcp add Magic-Sauce/quickchart-mcp-server

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

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

# Call a tool
npx -y smithery 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 tool get Magic-Sauce/quickchart-mcp-server <tool-name>
```

---

License: MIT
