Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Chartforge

FreeNot checked

Generates publication-quality charts and diagrams from natural language descriptions directly within Claude.

GitHubEmbed

About

Generates publication-quality charts and diagrams from natural language descriptions directly within Claude.

README

Generate stunning, publication-quality charts and diagrams from natural language — directly inside Claude.

Setup

Claude Desktop

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "chartforge": {
      "command": "npx",
      "args": ["chartforge-mcp"],
      "env": {
        "CHARTFORGE_API_KEY": "your_api_key_here"
      }
    }
  }
}

Environment Variables

Variable Required Description
CHARTFORGE_API_KEY Yes Your API key from chartforgeai.com
CHARTFORGE_API_URL No Custom API URL (default: https://chartforgeai.com)

Tools

generate_chart

Generate a chart from a natural language description.

Parameters:

  • prompt (required): Description of the chart
  • style (optional): Style preset — midnight, frost, ember, minimal, corporate, neon, light
  • width (optional): Width in pixels (default: 1200)
  • height (optional): Height in pixels (default: 800)

refine_chart

Modify a previously generated chart.

Parameters:

  • chartId (required): Chart ID from a previous generation
  • modification (required): What to change

list_styles

List available style presets with descriptions.

Examples

"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"

from github.com/crawde/chartforge-mcp

Install Chartforge in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install chartforge-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add chartforge-mcp -- npx -y chartforge-mcp

FAQ

Is Chartforge MCP free?

Yes, Chartforge MCP is free — one-click install via Unyly at no cost.

Does Chartforge need an API key?

No, Chartforge runs without API keys or environment variables.

Is Chartforge hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Chartforge in Claude Desktop, Claude Code or Cursor?

Open Chartforge on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Chartforge with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs