Skip to main content
Glama

Data Visualization MCP Server

数据可视化 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 ,则返回使用 MPC ImageContent容器的 base64 编码的可视化 PNG 图像。

与 Claude Desktop 一起使用

# Add the server to your claude_desktop_config.json { "mcpServers": { "datavis": { "command": "uv", "args": [ "--directory", "/absolute/path/to/mcp-datavis-server", "run", "mcp_server_vegalite", "--output-type", "png" # or "text" ] } } }

与紫外线一起使用

uv --directory /Users/markomitranic/Sites/mcp/mcp-vegalite-server run mcp_server_vegalite --output-type png

与 Docker 一起使用

docker build -t mcp-server-vegalite . docker run -i --rm mcp-server-vegalite --output-type png
-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

MCP 服务器提供工具来保存数据表并从中生成可视化效果,从而允许 AI 模型使用 Vega-Lite 语法创建数据可视化效果。

  1. 概述
    1. 成分
      1. 工具
    2. 与 Claude Desktop 一起使用
      1. 与紫外线一起使用
        1. 与 Docker 一起使用

          Related MCP Servers

          • -
            security
            F
            license
            -
            quality
            A Model Context Protocol (MCP) server implementation that provides the LLM an interface for visualizing data using Vega-Lite syntax.
            Last updated -
            65
            Python
          • A
            security
            A
            license
            A
            quality
            MCP-compatible server that enables AI assistants to interact with Lightdash analytics data, providing tools to list and retrieve projects, spaces, charts, dashboards, and metrics through a standardized interface.
            Last updated -
            13
            17
            17
            TypeScript
            MIT License
          • A
            security
            A
            license
            A
            quality
            An MCP server integration that enables Cursor AI to communicate with Figma, allowing users to read designs and modify them programmatically through natural language commands.
            Last updated -
            19
            2,514
            3,528
            JavaScript
            MIT License
            • Apple
            • Linux
          • -
            security
            A
            license
            -
            quality
            An MCP server that connects to Pollinations.ai API, enabling AI models to generate and download images and text through natural language commands.
            Last updated -
            2
            JavaScript
            Apache 2.0
            • Apple
            • Linux

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/markomitranic/mcp-vegalite-server'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server