Vega-Lite Data Visualization
Summary
This MCP server, developed by Isaac Wasserman, enables AI assistants like Claude to create data visualizations using Vega-Lite syntax. Built in Python, it provides two core functions: saving data tables and generating visualizations from that data. The implementation stands out by leveraging the expressive power of Vega-Lite for creating a wide range of chart types. By connecting AI capabilities with data visualization, this server enables AI systems to analyze and present data visually. It is particularly useful for scenarios like exploratory data analysis, creating reports with charts, and building AI assistants that can generate insightful data visualizations on demand.
Available Actions(2)
save_data
Save a table of data aggregations to the server for later visualization. Input: name (string), data (array). Returns: success message.
visualize_data
Visualize a table of data using Vega-Lite syntax. Input: data_name (string), vegalite_specification (string). Returns: success message with artifact or base64 encoded PNG image based on output type.
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요