# Quick Chart Server

Interact with Quick Chart to generate and retrieve chart images seamlessly. Enhance your AI agents with standardized charting capabilities, making data visualization effortless and efficient.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add datafe/quick-chart-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list datafe/quick-chart-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get datafe/quick-chart-mcp GetChartImgLink

# Call a tool
npx -y @smithery/cli@latest tool call datafe/quick-chart-mcp GetChartImgLink '{}'
```

## Tools (1)

- `GetChartImgLink` — To draw chart and get chart image link by parameters, and parameter grammar follows Quick Chart API (quickchart.io).

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get datafe/quick-chart-mcp <tool-name>
```

## Prompts (1)

- `GetChartImgLink-examples` (showIndex)

---

Source: https://github.com/datafe/quick-chart-mcp | License: Apache-2.0
