Skip to content
Claude Desktop

Chart Generator & PDF Report from Any Dataset, CSV or JSON for Claude Desktop

io.github.nero-engine/dataset-charts-report

Turn rows into bar, line, pie and scatter chart images plus an optional PDF or HTML report.

client:Claude Desktop transport:streamable-http

Install Chart Generator & PDF Report from Any Dataset, CSV or JSON in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "dataset-charts-report": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.apify.com/?tools=nerolabs/dataset-charts-report"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Chart Generator & PDF Report from Any Dataset, CSV or JSON in other clients