MCPServers
Vega-Lite Data Visualization - MCP server logo

Vega-Lite Data Visualization

80
0

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): Name of the data table to be saved, data (array): Array of objects representing the data table. Returns: success message.

visualize_data

Visualize a table of data using Vega-Lite syntax. Input: data_name (string): Name of the data table to be visualized, vegalite_specification (string): JSON string representing the Vega-Lite specification. Returns: If the --output_type is set to text, returns a success message with an additional artifact key containing the complete Vega-Lite specification with data. If the --output_type is set to png, returns a base64 encoded PNG image of the visualization using the MPC ImageContent container.

Last Updated: May 17, 2025

커뮤니티 리뷰

0.0
0 리뷰
5
0
4
0
3
0
2
0
1
0

아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!

대화에 참여하려면 로그인하세요

Coming soon to
HighlightHighlight AI

언어

TypeScript

카테고리

태그