Data Visualization MCP Server
@MCP-Mirror
About Data Visualization MCP Server
Mirror of
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"datavis": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/mcp-datavis-server",
"run",
"mcp_server_datavis",
"--output_type",
"png"
]
}
}
}Tools
2Save a table of data agregations to the server for later visualization
Visualize a table of data using Vega-Lite syntax
Overview
What is Data Visualization MCP Server?
A Model Context Protocol (MCP) server that gives LLMs an interface to visualize data using Vega-Lite syntax. It provides tools to save data tables and generate visualizations.
How to use Data Visualization MCP Server?
Configure the server in Claude Desktop's claude_desktop_config.json using the uv command with the --output_type flag set to either "png" or "text". The server offers two tools: save_data to save a named table of data, and visualize_data to generate a Vega-Lite visualization from saved data.
Key features of Data Visualization MCP Server
- Save named data tables for later visualization.
- Generate Vega-Lite visualizations from saved data.
- Output as PNG image or text with complete specification.
- Integrates with Claude Desktop via MCP.
More Data & Analytics MCP servers
Healthcare MCP Server
CicatriizA Model Context Protocol (MCP) server providing AI assistants with access to healthcare data and medical information tools, including FDA drug info, PubMed, medRxiv, NCBI Bookshelf, clinical trials, ICD-10, DICOM metadata, and a medical calculator.
🎓 Semantic Scholar MCP Server
JackKuo666🔍 This project implements a Model Context Protocol (MCP) server for interacting with the Semantic Scholar API. It provides tools for searching papers, retrieving paper and author details, and fetching citations and references.
Bright Data MCP
luminati-ioA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
PubMed Analysis MCP Server
DarkroasterA PubMed MCP server.
ArXiv MCP Server
blazickjpA Model Context Protocol server for searching and analyzing arXiv papers
Comments