Skip to main content
Glama

mcp-vegalite-server

データ可視化MCPサーバー

概要

Vega-Lite 構文を使用してデータを視覚化するためのインターフェイスを LLM に提供するモデル コンテキスト プロトコル (MCP) サーバー実装。

コンポーネント

ツール

サーバーは 2 つのコア ツールを提供します。

  • 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での使用

# Add the server to your claude_desktop_config.json { "mcpServers": { "datavis": { "command": "uv", "args": [ "--directory", "/absolute/path/to/mcp-datavis-server", "run", "mcp_server_datavis", "--output_type", "png" # or "text" ] } } }
-
security - not tested
F
license - not found
-
quality - not tested

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.

Vega-Lite 構文を使用してデータを視覚化するためのインターフェイスを LLM に提供するモデル コンテキスト プロトコル (MCP) サーバー実装。

  1. 概要
    1. コンポーネント
      1. ツール
    2. Claude Desktopでの使用

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        An educational implementation of a Model Context Protocol server that demonstrates how to build a functional MCP server for integrating with various LLM clients like Claude Desktop.
        Last updated -
        1
        88
        Python
        MIT License
        • Apple
        • Linux
      • -
        security
        -
        license
        -
        quality
        A specialized server that helps users create new Model Context Protocol (MCP) servers by providing tools and templates for scaffolding projects with various capabilities.
        Last updated -
        1
        TypeScript
      • -
        security
        A
        license
        -
        quality
        A 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.
        Last updated -
        340
        MIT License
        • Apple
      • -
        security
        A
        license
        -
        quality
        A server that implements the Model Context Protocol (MCP), providing an interface for LLM applications to generate mermaid.js visualizations and diagrams.
        Last updated -
        Python
        MIT License

      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/isaacwasserman/mcp-vegalite-server'

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