# ChartPane

Visualize complex datasets through interactive charts and dashboards directly within your workflow. Create various visualization types including bar, line, pie, and radar charts to uncover trends and…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add ahmadsl/chartpane

# Browse available tools
npx -y smithery tool list ahmadsl/chartpane

# Get full schema for a tool
npx -y smithery tool get ahmadsl/chartpane render_chart

# Call a tool
npx -y smithery tool call ahmadsl/chartpane render_chart '{}'
```

## Direct MCP Connection

Endpoint: `https://chartpane--ahmadsl.run.tools`

## Tools (2)

- `render_chart` — Renders a single chart inline. Supports bar, line, area, pie, doughnut, scatter, and radar chart types. Provide structu…
- `render_dashboard` — Renders multiple charts in a grid layout. Each chart can be any supported type (bar, line, area, pie, doughnut, scatter…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get ahmadsl/chartpane <tool-name>
```

## Resources

- `ui://chartpane/mcp-app.html`
