Skip to main content
Glama

Data Visualization MCP Server

데이터 시각화 MCP 서버

개요

Vega-Lite 구문을 사용하여 데이터를 시각화하기 위한 인터페이스를 LLM에 제공하는 MCP(Model Context Protocol) 서버 구현입니다.

구성 요소

도구

서버는 두 가지 핵심 도구를 제공합니다.

  • save_data
    • 나중에 시각화하기 위해 데이터 집계 테이블을 서버에 저장합니다.
    • 입력:
      • name (문자열): 저장할 데이터 테이블의 이름
      • data (배열): 데이터 테이블을 나타내는 객체의 배열
    • 반환: 성공 메시지
  • visualize_data
    • Vega-Lite 구문을 사용하여 데이터 표 시각화
    • 입력:
      • data_name (문자열): 시각화할 데이터 테이블의 이름
      • vegalite_specification (문자열): Vega-Lite 사양을 나타내는 JSON 문자열
    • 반환값: --output_typetext 로 설정된 경우, 전체 Vega-Lite 사양과 데이터가 포함된 추가 artifact 키와 함께 성공 메시지를 반환합니다. --output_typepng 로 설정된 경우, MPC ImageContent 컨테이너를 사용하여 시각화의 base64 인코딩된 PNG 이미지를 반환합니다.

Claude Desktop과 함께 사용

지엑스피1

uv와 함께 사용

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.

Vega-Lite 구문을 사용하여 데이터 시각화를 생성할 수 있는 MCP 서버로, 데이터 테이블을 저장하고 이를 통해 시각화를 생성하는 도구를 제공합니다.

  1. 개요
    1. 구성 요소
      1. 도구
    2. Claude Desktop과 함께 사용
      1. uv와 함께 사용
        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