← Index

io.github.crawde/chartforge

io.github.crawde/chartforge·v0.1.1·Other
Quality Score
79
/100

MCP server for ChartForge — generate stunning charts and diagrams from natural language

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "chartforge": {
      "command": "npx",
      "args": [
        "-y",
        "chartforge-mcp"
      ],
      "env": {
        "CHARTFORGE_API_KEY": "<your-chartforge_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "chartforge": {
      "command": "npx",
      "args": [
        "-y",
        "chartforge-mcp"
      ],
      "env": {
        "CHARTFORGE_API_KEY": "<your-chartforge_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y chartforge-mcp
§02  Environment variables
CHARTFORGE_API_KEY
secret

Your ChartForge API key from chartforgeai.com

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other