データ可視化MCPサーバー
概要
Vega-Lite 構文を使用してデータを視覚化するためのインターフェイスを LLM に提供するモデル コンテキスト プロトコル (MCP) サーバー実装。
コンポーネント
ツール
サーバーは 2 つのコア ツールを提供します。
save_data
後で視覚化するために、データ集計のテーブルをサーバーに保存します。
入力:
name
(文字列): 保存するデータテーブルの名前data
(配列): データテーブルを表すオブジェクトの配列
戻り値: 成功メッセージ
visualize_data
Vega-Lite 構文を使用してデータ テーブルを視覚化する
入力:
data_name
(文字列): 視覚化するデータテーブルの名前vegalite_specification
(文字列): Vega-Lite仕様を表すJSON文字列
戻り値:
--output_type
がtext
に設定されている場合、完全なVega-Lite仕様とデータを含む追加のartifact
キーを含む成功メッセージが返されます。----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.
Vega-Lite 構文を使用してデータを視覚化するためのインターフェイスを LLM に提供するモデル コンテキスト プロトコル (MCP) サーバー実装。
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