makechartswithai
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@makechartswithaiGenerate a bar chart comparing sales by quarter"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Make Charts With AI — MCP Server
The Make Charts With AI MCP server exposes AI-powered chart recommendation and generation capabilities as standard Model Context Protocol (MCP) tools for AI agents — Claude Desktop, Cursor, Antigravity, VS Code, and more.
npm package: makechartswithai
⚡ Quick Start
1. Get an API Key
Visit makechartswithai.online/mcp and generate a free anonymous API key (5 tool calls per key).
2. Add to Your MCP Client
Add the following to your MCP client configuration file (claude_desktop_config.json, mcp_config.json, etc.):
{
"mcpServers": {
"makechartswithai": {
"command": "npx",
"args": ["-y", "makechartswithai"],
"env": {
"MAKECHARTSWITHAI_API_KEY": "mcwai_ak_your_key_here",
"MAKECHARTSWITHAI_BACKEND_URL": "https://makechartswithai.online"
}
}
}
}That's it — your AI agent can now recommend and generate charts.
🛠️ Available MCP Tools
1. recommend_charts
Analyzes raw datasets (JSON, CSV, Markdown tables, or natural language prompts) and suggests optimal chart types with confidence scores and rationale.
Inputs:
dataset_json(string, optional): Raw JSON data array or object string.dataset_content(string, optional): CSV, Markdown table, or plain text data.user_intent(string, optional): Natural language explanation of what you want to visualize.focus_columns(string[], optional): Target column names to prioritize.
2. generate_chart
Generates a production-ready chart specification and returns the output in your choice of format (share_link, svg, png). Rendering engine (vegalite, echarts, chartjs) is automatically determined based on chart type capabilities.
Inputs:
dataset_json(string, optional): Raw JSON data string.dataset_content(string, optional): Tabular dataset (CSV, Markdown).user_intent(string, optional): Natural language visualization prompt.preferred_chart_type(string enum, optional): One of 46 supported chart types (Bar Chart,Grouped Bar Chart,Stacked Bar Chart,Line Chart,Scatter Plot,Pie Chart,Area Chart,Heatmap,Radar Chart,Sunburst Chart,Sankey Diagram, etc.).output_format(enum, optional:"share_link"|"svg"|"png", default:"share_link"):"share_link": Returns public view and edit URLs on makechartswithai.online."svg": Renders and returns vector SVG XML markup string."png": Renders and returns high-res PNG image payload (image/pngbase64 + saved file artifact).
🔑 Environment Variables
Variable | Required | Description |
| ✅ | Your API key from makechartswithai.online/mcp |
| No | Backend URL (defaults to |
Legacy aliases:
CHARTIT_API_KEYandCHARTIT_BACKEND_URLare also supported for backward compatibility.
📊 Supported Chart Types (46)
Area Chart, Bar Chart, Bar Table, Boxplot, Bubble Chart, Bullet Chart, Bump Chart, Calendar Heatmap, Candlestick Chart, Choropleth, Combo Chart, Connected Scatter Plot, Density Plot, Doughnut Chart, ECDF Plot, Funnel Chart, Gantt Chart, Gauge Chart, Grouped Bar Chart, Heatmap, Histogram, KPI Card, Line Chart, Lollipop Chart, Map, Network Graph, Parallel Coordinates, Pie Chart, Pyramid Chart, Radar Chart, Range Area Chart, Ranged Dot Plot, Regression, Rose Chart, Sankey Diagram, Scatter Plot, Slope Chart, Sparkline, Stacked Bar Chart, Streamgraph, Strip Plot, Sunburst Chart, Tree, Treemap, Violin Plot, Waterfall Chart.
🔗 Links
🌐 App: makechartswithai.online
🔑 API Keys: makechartswithai.online/mcp
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
GibsonAI MCP server: manage your databases with natural language
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vickytr44/makechartswithai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server