mcp-vegalite-server

mcp-vegalite-server

0

This project is an MCP server that specializes in working with VegaLite to create and visualize data diagrams. It provides tools for data saving and visualization, requiring prior installation of the vl-convert CLI.

Overview

An MCP server designed to work with Vegalite using the vl-convert tool. It features two primary tools: save-data and visualize-data, which enable users to create diagrams by saving data, generating a vegalite-spec with an LLM, and rendering the spec. The project requires the vl-convert CLI installation for its operation.

Features

  • Save data
  • Visualize data

Usage

  • Build the JAR using make clean && make build.
  • Requires vl-convert CLI to be installed for running the MCP server.