Back to MCP Servers
Vegalite
Generate visualizations from fetched data using the VegaLite format and renderer.
other-tools-and-integrations
Installation
npx -y mcp-vegalite-serverConfiguration
{
"mcpServers": {
"mcp-vegalite-server": {
"command": "npx",
"args": ["-y", "mcp-vegalite-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes