Charts inside your
AI conversations

ChartPane renders live, interactive charts directly in Claude, ChatGPT, and other AI assistants. Bar, line, pie, scatter, radar — just ask.

Claude

Show me a bar chart of monthly revenue for the first half of 2025

Here's your monthly revenue chart:

How it works

Three steps. No code, no config files, no API keys.

1

Install

Add ChartPane to Claude Desktop, ChatGPT, VS Code, or any MCP-compatible client.

2

Ask

Describe the chart you want in plain English. Paste data, reference files, or let the AI generate sample data.

3

See

A live, interactive Chart.js chart appears directly in the conversation. Hover for tooltips, resize, and more.

Seven chart types, one tool

Bar, line, area, pie, doughnut, scatter, and radar — all rendered with Chart.js.

Built for people who work with data

Whether you're exploring, debugging, or presenting — charts appear where you already think.

Data Analysts

Quick exploratory visualization during conversation. Scatter plot a CSV to check for correlation, histogram a distribution, or compare categories — without switching tools.

"Scatter plot this CSV to check for correlation"

Developers

Debug data visually. Benchmark results, API response times, memory usage over time — turn numbers into shapes while you're already in a debugging conversation.

"Bar chart of response times by endpoint"

Financial Analysts

Portfolio allocation, price trends, benchmark comparisons. Visualize financial data mid-analysis without exporting to a spreadsheet.

"Pie chart of portfolio by asset class"

Product Managers

KPI dashboards, sprint velocity, funnel analysis. Ask for a multi-chart dashboard and get a complete view in one response.

"Dashboard: MRR trend + churn rate + NPS"

Multi-chart dashboards

Use render_dashboard to compose multiple charts in a single response.

Claude

Create a Q1 business overview dashboard with revenue trend, revenue by region, top products, and customer segments

Here's your Q1 business overview:

Start charting in 30 seconds

Add this to your Claude Desktop config and restart.

claude_desktop_config.json
{
  "mcpServers": {
    "chartpane": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.chartpane.com/"]
    }
  }
}

Works with Claude Desktop, ChatGPT, VS Code, and any MCP-compatible client.