Skip to main content
Glama

mcp-vegalite-server

Datenvisualisierung MCP Server

Überblick

Eine Model Context Protocol (MCP)-Serverimplementierung, die dem LLM eine Schnittstelle zur Visualisierung von Daten mithilfe der Vega-Lite-Syntax bereitstellt.

Komponenten

Werkzeuge

Der Server bietet zwei Kerntools:

  • save_data
    • Speichern Sie eine Tabelle mit Datenaggregationen auf dem Server zur späteren Visualisierung
    • Eingang:
      • name (string): Name der zu speichernden Datentabelle
      • data (Array): Array von Objekten, die die Datentabelle darstellen
    • Rückgabe: Erfolgsmeldung
  • visualize_data
    • Visualisieren Sie eine Datentabelle mit der Vega-Lite-Syntax
    • Eingang:
      • data_name (String): Name der zu visualisierenden Datentabelle
      • vegalite_specification (Zeichenfolge): JSON-Zeichenfolge, die die Vega-Lite-Spezifikation darstellt
    • Rückgabe: Wenn --output_type auf text gesetzt ist, wird eine Erfolgsmeldung mit einem zusätzlichen artifact zurückgegeben, der die vollständige Vega-Lite-Spezifikation mit Daten enthält. Wenn --output_type auf png gesetzt ist, wird ein Base64-codiertes PNG-Bild der Visualisierung unter Verwendung des MPC ImageContent Containers zurückgegeben.

Verwendung mit 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.

Eine Model Context Protocol (MCP)-Serverimplementierung, die dem LLM eine Schnittstelle zur Visualisierung von Daten mithilfe der Vega-Lite-Syntax bereitstellt.

  1. Überblick
    1. Komponenten
      1. Werkzeuge
    2. Verwendung mit Claude Desktop

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        A 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 -
        7
        66
        TypeScript
        MIT License
        • Apple
      • A
        security
        F
        license
        A
        quality
        An 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 -
        2
        2
        Python
      • -
        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 -
        110
        MIT License
        • Apple
      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol (MCP) server designed to easily dump your codebase context into Large Language Models (LLMs).
        Last updated -
        1
        9
        1
        JavaScript
        Apache 2.0

      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