@chartroom/mcp
Freeby MCP Community
MCP server for AI-powered chart generation from CSV and Excel data using Vega-Lite
v0.3.2Added Apr 12, 2026
@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
Installation
Quick install
npx -y @chartroom/mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"@chartroom/mcp": {
"command": "npx",
"args": ["-y", "@chartroom/mcp"]
}
}
}