
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-data-mcp
Advanced tools
MCP server for data preparation and transformation — parse CSV/JSON, clean datasets, compute aggregations, detect outliers, pivot tables, and prepare data for chart visualization with ChartForge
MCP server for data preparation, cleaning, transformation, and statistical analysis — the essential first step before creating charts and visualizations with ChartForge.
| Tool | Description |
|---|---|
parse_data | Parse CSV or JSON data and profile columns — types, null counts, unique values, samples |
clean_data | Remove duplicates, handle missing values (drop/mean/median/mode/fill), normalize formats |
analyze_data | Statistics for numeric columns — mean, median, std dev, percentiles, outlier detection, correlations |
transform_data | Aggregate (group by + sum/avg/count), sort, filter, pivot, compute new columns, select/rename |
suggest_chart | Recommend the best chart types based on your data structure and purpose |
npx chartforge-data-mcp
{
"mcpServers": {
"chartforge-data": {
"command": "npx",
"args": ["-y", "chartforge-data-mcp"]
}
}
}
parse_data({ data: "Month,Revenue,Expenses\nJan,45000,32000\nFeb,48000,33500\nMar,52000,35000" })
clean_data({ csv: "Name,Score\nAlice,95\nBob,\nCarol,88\nDave,null", missingStrategy: "median" })
transform_data({ csv: "Region,Product,Sales\nNorth,A,100\nNorth,B,200\nSouth,A,150", operation: "aggregate", groupBy: "Region", valueColumn: "Sales", aggregation: "sum" })
suggest_chart({ csv: "Quarter,Revenue,Profit\nQ1,2.3M,0.5M\nQ2,2.8M,0.7M\nQ3,3.1M,0.8M\nQ4,3.9M,1.2M", purpose: "show revenue growth" })
MIT
FAQs
MCP server for data preparation and transformation — parse CSV/JSON, clean datasets, compute aggregations, detect outliers, pivot tables, and prepare data for chart visualization with ChartForge
We found that chartforge-data-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.