ChartPane renders live, interactive charts directly in Claude, ChatGPT, and other AI assistants. Bar, line, pie, scatter, radar — just ask.
Show me a bar chart of monthly revenue for the first half of 2025
Here's your monthly revenue chart:
Three steps. No code, no config files, no API keys.
Add ChartPane to Claude Desktop, ChatGPT, VS Code, or any MCP-compatible client.
Describe the chart you want in plain English. Paste data, reference files, or let the AI generate sample data.
A live, interactive Chart.js chart appears directly in the conversation. Hover for tooltips, resize, and more.
Bar, line, area, pie, doughnut, scatter, and radar — all rendered with Chart.js.
Whether you're exploring, debugging, or presenting — charts appear where you already think.
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"
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"
Portfolio allocation, price trends, benchmark comparisons. Visualize financial data mid-analysis without exporting to a spreadsheet.
"Pie chart of portfolio by asset class"
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"
Use render_dashboard to compose multiple charts in a single response.
Create a Q1 business overview dashboard with revenue trend, revenue by region, top products, and customer segments
Here's your Q1 business overview:
Add this to your Claude Desktop config and restart.
{
"mcpServers": {
"chartpane": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.chartpane.com/"]
}
}
}
Works with Claude Desktop, ChatGPT, VS Code, and any MCP-compatible client.