Skip to content
Cursor

chartforge for Cursor

io.github.crawde/chartforge

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

client:Cursor transport:stdio runtime:npm

Install chartforge in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "chartforge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "chartforge-mcp"
      ],
      "env": {
        "CHARTFORGE_API_KEY": "<CHARTFORGE_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

chartforge in other clients