Skip to main content
Glama

Servidor MCP de visualización de datos

insignia de herrería

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

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 -
    3
    71
    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
    3
  • -
    security
    -
    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.
  • 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 -
    366
    1
    54
    3
    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