数据可视化 MCP 服务器
概述
模型上下文协议 (MCP) 服务器实现为 LLM 提供了使用 Vega-Lite 语法可视化数据的界面。
成分
工具
该服务器提供两个核心工具:
save_data
将数据聚合表保存到服务器以供以后可视化
输入:
name
(字符串):要保存的数据表的名称data
(数组):表示数据表的对象数组
返回:成功信息
visualize_data
使用 Vega-Lite 语法可视化数据表
输入:
data_name
(字符串):要可视化的数据表的名称vegalite_specification
(字符串):表示 Vega-Lite 规范的 JSON 字符串
返回:如果将
--output_type
设置为text
,则返回一条成功消息,其中包含一个额外的artifact
key,其中包含完整的 Vega-Lite 规范和数据。如果将--output_type
设置为png
,则返回使用 MPCImageContent
容器的 base64 编码的可视化 PNG 图像。
与 Claude Desktop 一起使用
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
模型上下文协议 (MCP) 服务器实现为 LLM 提供了使用 Vega-Lite 语法可视化数据的界面。
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol (MCP) server that enables LLMs to interact directly the documents that they have on-disk through agentic RAG and hybrid search in LanceDB. Ask LLMs questions about the dataset as a whole or about specific documents.Last updated -572MIT License
- AsecurityFlicenseAqualityAn MCP server that allows AI models to create data visualizations using Vega-Lite syntax by providing tools to save data tables and generate visualizations from them.Last updated -22
- -securityAlicense-qualityA Model Context Protocol (MCP) server that enables LLMs to interact directly with MongoDB databases, allowing them to query collections, inspect schemas, and manage data seamlessly through natural language.
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server designed to easily dump your codebase context into Large Language Models (LLMs).Last updated -1242Apache 2.0