mcpbeat Sign in

Chartforge MCP Server

local only

Chartforge runs on your own machine — the client starts it, so there is no endpoint to ping. 78 installs a week from npm. Last commit 16 Apr 2026.

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

Installs per day peak 34 · avg 16 · +56% w/w
a month agotoday
78
Installs / week
npm · chartforge-mcp
0
Stars
1 open issues
16 Apr 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check Chartforge every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add chartforge -- npx -y chartforge-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "chartforge": {
      "args": [
        "-y",
        "chartforge-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.chartforge]
command = "npx"
args = ["-y", "chartforge-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "chartforge": {
      "args": [
        "-y",
        "chartforge-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "chartforge": {
      "args": [
        "-y",
        "chartforge-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CHARTFORGE_API_KEY (Your ChartForge API key from chartforgeai.com). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Chartforge

same job, measured the same way
Chartforge
by chartforgeai

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

local only
Media Forge
by pavelguzenfeld

MCP server for generating diagrams, charts, presentations, and animations for Markdown documentation

37 installs/wk local only
Diagrams MCP
by mskry

Generate cloud architecture diagrams, flowcharts, and sequence diagrams.

149 installs/wk 9 tools answering
Reportcraft
by rharper105

Generate Splunk dashboards, reports, and alerts from natural language. No API key required.

26 installs/wk local only
Dot - AI Data Analyst
by zurferr

Ask data questions in natural language. Get SQL, insights, and charts from your databases.

answering
MCP Server Chart
by antvis

A Model Context Protocol server for generating charts using AntV.

3 979 installs/wk local only
I
Charts MCP
by therealtimex

MCP server for generating charts using AntV. Supports various chart types through MCP tools.

58 installs/wk local only
Mermaid MCP
by mermaidchart

MCP server for Mermaid diagram validation and rendering

25 tools answering

Chartforge — questions

Answers built from our own checks of this server.

Why is there no uptime for Chartforge?
Chartforge runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package chartforge-mcp was installed 78 times last week.
How do I connect Chartforge?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls chartforge-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Chartforge?
The npm package chartforge-mcp was installed 78 times in the last week. Week over week that is +56%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Chartforge open source?
We cannot say either way: written in JavaScript, 0 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.