Data Visualization MCP Server
@MCP-Mirror
关于 Data Visualization MCP Server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"datavis": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/mcp-datavis-server",
"run",
"mcp_server_datavis",
"--output_type",
"png"
]
}
}
}工具
2Save a table of data agregations to the server for later visualization
Visualize a table of data using Vega-Lite syntax
概览
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.
数据与分析 分类下的更多 MCP 服务器
PubMed Analysis MCP Server
DarkroasterA PubMed MCP server.
HubSpot MCP Server
baryhuangA Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.
mcp-server-apache-airflow
yangkyeongmo🪐✨ Jupyter MCP Server
datalayer🪐 🔧 Model Context Protocol (MCP) Server for Jupyter.
dbt MCP Server
dbt-labsA MCP (Model Context Protocol) server for interacting with dbt.
评论