Skip to main content
Glama

mcp-vegalite-server

Servidor MCP de visualización de datos

Descripción general

Una implementación de servidor de Protocolo de Contexto de Modelo (MCP) que proporciona al LLM una interfaz para visualizar datos utilizando la sintaxis Vega-Lite.

Componentes

Herramientas

El servidor ofrece dos herramientas principales:

  • save_data
    • Guardar una tabla de agregaciones de datos en el servidor para su posterior visualización
    • Aporte:
      • name (cadena): Nombre de la tabla de datos que se guardará
      • data (matriz): Matriz de objetos que representan la tabla de datos
    • Devoluciones: mensaje de éxito
  • visualize_data
    • Visualizar una tabla de datos utilizando la sintaxis Vega-Lite
    • Aporte:
      • data_name (cadena): Nombre de la tabla de datos que se visualizará
      • vegalite_specification (cadena): cadena JSON que representa la especificación de Vega-Lite
    • Devuelve: Si --output_type se establece en text , devuelve un mensaje de éxito con una clave artifact adicional que contiene la especificación completa de Vega-Lite con datos. Si --output_type se establece en png , devuelve una imagen PNG codificada en base64 de la visualización utilizando el contenedor ImageContent de MPC.

Uso con 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.

Una implementación de servidor de Protocolo de Contexto de Modelo (MCP) que proporciona al LLM una interfaz para visualizar datos utilizando la sintaxis Vega-Lite.

  1. Descripción general
    1. Componentes
      1. Herramientas
    2. Uso con 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