chartforge for Claude Desktop
com.chartforgeai/chartforge
MCP server for ChartForge — generate stunning charts and diagrams from natural language
client:Claude Desktop
transport:stdio
runtime:npm
Install chartforge in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"chartforge": {
"command": "npx",
"args": [
"-y",
"chartforge-mcp"
],
"env": {
"CHARTFORGE_API_KEY": "<CHARTFORGE_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs