Skip to main content
ClaudeWave
crawde avatar
crawde

chartforge-mcp

View on GitHub

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

MCP ServersOfficial Registry0 stars0 forksJavaScriptUpdated 2mo ago
ClaudeWave Trust Score
49/100
! Caution
Passed
  • Recently active
  • Clear description
Flags
  • !No standard license detected
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/crawde/chartforge-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "chartforge-mcp": {
      "command": "node",
      "args": ["/path/to/chartforge-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/crawde/chartforge-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# ChartForge MCP Server

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

## Setup

### Claude Desktop

Add this to your `claude_desktop_config.json`:

```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](https://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"
aichart-generatorchartsclaudedata-visualizationdiagramsmcpmcp-servermodel-context-protocol

What people ask about chartforge-mcp

What is crawde/chartforge-mcp?

+

crawde/chartforge-mcp is mcp servers for the Claude AI ecosystem. MCP server for ChartForge — generate charts and diagrams from natural language It has 0 GitHub stars and was last updated 2mo ago.

How do I install chartforge-mcp?

+

You can install chartforge-mcp by cloning the repository (https://github.com/crawde/chartforge-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is crawde/chartforge-mcp safe to use?

+

Our security agent has analyzed crawde/chartforge-mcp and assigned a Trust Score of 49/100 (tier: Caution). See the full breakdown of passed checks and flags on this page.

Who maintains crawde/chartforge-mcp?

+

crawde/chartforge-mcp is maintained by crawde. The last recorded GitHub activity is from 2mo ago, with 0 open issues.

Are there alternatives to chartforge-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy chartforge-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: crawde/chartforge-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/crawde-chartforge-mcp)](https://claudewave.com/repo/crawde-chartforge-mcp)
<a href="https://claudewave.com/repo/crawde-chartforge-mcp"><img src="https://claudewave.com/api/badge/crawde-chartforge-mcp" alt="Featured on ClaudeWave: crawde/chartforge-mcp" width="320" height="64" /></a>

More MCP Servers

chartforge-mcp alternatives