
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
chartforge-generate-mcp
Advanced tools
MCP server for generating charts from natural language — create bar charts, line graphs, pie charts, scatter plots, and more from text descriptions or CSV data
MCP server for generating charts and data visualizations from natural language. Create bar charts, line graphs, pie charts, scatter plots, and more from text descriptions or CSV data.
npx chartforge-generate-mcp
Or install globally:
npm install -g chartforge-generate-mcp
Add to your claude_desktop_config.json:
{
"mcpServers": {
"chartforge-generate": {
"command": "npx",
"args": ["-y", "chartforge-generate-mcp"]
}
}
}
{
"mcpServers": {
"chartforge-generate": {
"command": "npx",
"args": ["-y", "chartforge-generate-mcp"],
"env": {
"CHARTFORGE_API_KEY": "your-api-key-here"
}
}
}
}
Get an API key at chartforgeai.com/pricing.
Create a chart from a natural language description.
Parameters:
prompt (required) — Description including data values (e.g., "bar chart: Q1=$2.3M, Q2=$2.8M")style — modern, minimal, corporate, dark, colorful, monochrome, retro, neoncsvData — Optional CSV data stringwidth — 400-3840px (default: 1200)height — 300-2160px (default: 800)Modify a previously generated chart.
Parameters:
originalPrompt (required) — The original chart promptrefinement (required) — What to change (e.g., "make it horizontal", "add trend line")style — Change visual styleCreate a chart from CSV data with automatic type detection.
Parameters:
csvData (required) — CSV with headerschartType — auto, bar, line, pie, scatter, area, radar, heatmaptitle — Chart titlestyle — Visual styleBrowse chart examples for common use cases.
Parameters:
category — business, finance, marketing, engineering, science, education, health, general"Create a bar chart showing monthly sales: Jan $45K, Feb $52K, Mar $61K, Apr $58K, May $73K"
"Pie chart of time spent: Meetings 30%, Coding 40%, Email 15%, Other 15%"
"Line graph showing website traffic growing from 1000 to 50000 visitors over 12 months"
"Scatter plot of price vs customer satisfaction for 20 products"
ChartForge is an AI-powered prompt-to-chart platform. Generate publication-ready charts from natural language, upload CSV data, embed charts anywhere, and export as PNG/SVG.
MIT
FAQs
MCP server for generating charts from natural language — create bar charts, line graphs, pie charts, scatter plots, and more from text descriptions or CSV data
We found that chartforge-generate-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.