Dataviz MCP
MCP server for generating beautiful data visualizations using SCKelemen libraries
Ask AI about Dataviz MCP
Powered by Claude Β· Grounded in docs
I know everything about Dataviz MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
DataViz MCP
β οΈ ARCHIVED: This repository has been merged into dataviz
Please use the new monorepo for all visualization needs. This repo is no longer maintained.
Migration: Install from the new repo:
go install github.com/SCKelemen/dataviz/cmd/dataviz-mcp@latestOr build from source:
git clone https://github.com/SCKelemen/dataviz cd dataviz go build -o dataviz-mcp ./cmd/dataviz-mcpConfigure in Claude Desktop or Claude Code CLI:
{ "mcpServers": { "dataviz": { "command": "/path/to/dataviz-mcp" } } }See the dataviz documentation for updated usage instructions.
Original README (Archived)
A Model Context Protocol server for generating beautiful data visualizations using pure Go and custom layout engines.
Migration Guide
Old import/install:
go install github.com/SCKelemen/dataviz-mcp/cmd/dataviz-mcp@latest
New import/install:
go install github.com/SCKelemen/dataviz/cmd/dataviz-mcp@latest
All functionality from this repo is available in the new monorepo at github.com/SCKelemen/dataviz.
The new monorepo includes:
- 29 chart generation tools (expanded from original 6)
- Gallery generation for chart comparison views
- Consolidated architecture with viz-cli and core library
- Improved documentation and examples
Features (Archived)
- π Multiple Chart Types - Bar, pie, line, scatter, time series, heatmaps
- π¨ Custom Design System - Beautiful, consistent styling using design-system library
- π Advanced Layout - Precise control using layout engine
- πΌοΈ Pure SVG Output - Scalable vector graphics, no external dependencies
- π§ Highly Customizable - Colors, fonts, spacing, everything configurable
- π MCP Integration - Works seamlessly with other MCP servers
- π» CLI Tool - Generate charts from command line or as MCP server
License
BearWare 1.0 (MIT Compatible) π»
See LICENSE for the full license text.
