Odel
chartforge mcp

chartforge mcp

Local
@crawdeJavaScriptUpdated 4mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmchartforge-mcpv0.1.4

Run

npx -y chartforge-mcp

MCP client config

{
  "mcpServers": {
    "chartforge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chartforge-mcp"
      ]
    }
  }
}