Skip to content

@chartroom/mcp

Free

by MCP Community

MCP server for AI-powered chart generation from CSV and Excel data using Vega-Lite

v0.3.2Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

@chartroom/mcp MCP Server

MCP server for AI-powered chart generation from CSV and Excel data using Vega-Lite

Installation

npx -y @chartroom/mcp

Reviews

Leave a Review

Installation

Quick install
npx -y @chartroom/mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "@chartroom/mcp": {
      "command": "npx",
      "args": ["-y", "@chartroom/mcp"]
    }
  }
}