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": {
"chartforge": {
"env": {
"CHARTFORGE_API_KEY": "your_api_key_here"
},
"args": [
"chartforge-mcp"
],
"command": "npx"
}
}
}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.
Click any tool to inspect its schema.
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
A mcp server to allow LLMS gain context about shadcn ui component structure,usage and installation,compaitable with react,svelte 5,vue & React Native
AI image generation and editing with prompt optimization and quality presets. Powered by Nano Banana
GoPeak — The most comprehensive MCP server for Godot Engine. 95+ tools, LSP, DAP, screenshots.
MeiGen-AI-Design-MCP — Turn Claude Code / OpenClaw into your local Lovart. Local ComfyUI, 1,400+ prompt library, multi-direction parallel generation.
MCP Security Weekly
Get CVE alerts and security updates for com.chartforgeai/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"