drio
Open app

Data Visualization MCP Server

Source

Mirror of

Catalog onlyCatalog onlySTDIO

Overview

The Data Visualization MCP Server is a Model Context Protocol (MCP) server implementation that provides an interface for visualizing data using Vega-Lite syntax, enabling users to create rich visual representations of their data.

To use the server, integrate it with your application by adding it to your configuration file. You can save data tables and visualize them using Vega-Lite specifications through the provided tools.

  • Save data tables for later visualization. - Visualize data using Vega-Lite syntax. - Supports output in both text and PNG formats.
  1. Creating interactive data visualizations for reports.
  2. Analyzing and visualizing large datasets efficiently.
  3. Integrating with applications that require dynamic data representation.

Add to your AI client

Use these steps to connect Data Visualization MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "isaacwasserman-mcp-vegalite-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-isaacwasserman-mcp-vegalite-server-mcp-mirror"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "isaacwasserman-mcp-vegalite-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-isaacwasserman-mcp-vegalite-server-mcp-mirror"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "isaacwasserman-mcp-vegalite-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-isaacwasserman-mcp-vegalite-server-mcp-mirror"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "isaacwasserman-mcp-vegalite-server-mcp-mirror": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-isaacwasserman-mcp-vegalite-server-mcp-mirror"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "isaacwasserman-mcp-vegalite-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-isaacwasserman-mcp-vegalite-server-mcp-mirror"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "isaacwasserman-mcp-vegalite-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-isaacwasserman-mcp-vegalite-server-mcp-mirror"
      ]
    }
  }
}

FAQ

What is Vega-Lite?

Vega-Lite is a high-level grammar for visual analysis that enables users to create visualizations easily.

Can I save multiple data tables?

Yes! You can save multiple tables and visualize them as needed.

What output formats are supported?

The server supports both text and PNG output formats for visualizations.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":638,"uuid":"21a505f0-4d45-49bb-b138-f5138cda0547","name":"isaacwasserman_mcp-vegalite-server","title":"Data Visualization MCP Server","description":"Mirror of","avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","created_at":"$D2024-12-30T03:25:04.090Z","updated_at":"$D2025-02-23T07:15:11.566Z","status":"created","author_name":"MCP-Mirror","author_avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","tags":"data-visualization,vega-lite,mcp-server","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/MCP-Mirror/isaacwasserman_mcp-vegalite-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]