A Model Context Protocol (MCP) server implementation that provides the LLM an interface for visualizing data using Vega-Lite syntax.
If you want an AI assistant working directly with MCP Vegalite Server, the mcp vegalite server mcp server is the bridge. A Model Context Protocol (MCP) server implementation that provides the LLM an interface for visualizing data using Vega-Lite syntax.
A Model Context Protocol (MCP) server implementation that provides the LLM an interface for visualizing data using Vega-Lite syntax.
Once connected, the assistant can call these 5 tools directly:
save_data — Save a table of data agregations to the server for later visualizationInput — - name (string): Name of the data table to be savedReturns — success messagevisualize_data — Visualize a table of data using Vega-Lite syntaxTools — The Tools tool exposed by this serverSetup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
AI-service servers chain other models into your assistant, turning a single chat into a small production pipeline. MCP Vegalite Server sits in that group, and the shape of its toolset — save_data, Input, Returns among others — tells you what it is really for. Worth comparing against the other ai services servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| save_data | Save a table of data agregations to the server for later visualization |
| Input | - name (string): Name of the data table to be saved |
| Returns | success message |
| visualize_data | Visualize a table of data using Vega-Lite syntax |
| Tools | The Tools tool exposed by this server. |
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.