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

      • 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