MCP server for ChartForge — generate stunning charts and diagrams from natural language
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-crawde-chartforge": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Generate stunning, publication-quality charts and diagrams from natural language — directly inside Claude.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in analytics / design
MCP server for accessing Figma plugin console logs and screenshots via Cloudflare Workers or local mode
MCP Server for GCP environment for interacting with various Observability APIs.
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
A mcp server to allow LLMS gain context about shadcn ui component structure,usage and installation,compaitable with react,svelte 5,vue & React Native
MCP Security Weekly
Get CVE alerts and security updates for io.github.crawde/chartforge and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Generate stunning, publication-quality charts and diagrams from natural language — directly inside Claude.
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"chartforge": {
"command": "npx",
"args": ["chartforge-mcp"],
"env": {
"CHARTFORGE_API_KEY": "your_api_key_here"
}
}
}
}
| Variable | Required | Description |
|---|---|---|
CHARTFORGE_API_KEY | Yes | Your API key from chartforgeai.com |
CHARTFORGE_API_URL | No | Custom API URL (default: https://chartforgeai.com) |
generate_chartGenerate a chart from a natural language description.
Parameters:
prompt (required): Description of the chartstyle (optional): Style preset — midnight, frost, ember, minimal, corporate, neon, lightwidth (optional): Width in pixels (default: 1200)height (optional): Height in pixels (default: 800)refine_chartModify a previously generated chart.
Parameters:
chartId (required): Chart ID from a previous generationmodification (required): What to changelist_stylesList available style presets with descriptions.
"Create a bar chart showing quarterly revenue from $2M to $18M over 3 years"
"System architecture diagram for a microservices backend"
"Sankey diagram of marketing budget flow through channels to conversions"