MCPServers
Vega-Lite Data Visualization - MCP server logo

Vega-Lite Data Visualization

71
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), 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.

Last Updated: May 17, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签