isaacwasserman/mcp-vegalite-server
Generate visualizations from fetched data using the VegaLite format and renderer.
Quick Start
Clone the repository:
git clone https://github.com/isaacwasserman/mcp-vegalite-serverClaude Desktop configuration example:
{
"mcpServers": {
"mcp-vegalite-server": {
"command": "npx",
"args": [
"-y",
"isaacwasserman/mcp-vegalite-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.