Skip to main content
Other Tools and IntegrationsPython

isaacwasserman/mcp-vegalite-server

Generate visualizations from fetched data using the VegaLite format and renderer.

other-tools-and-integrationslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/isaacwasserman/mcp-vegalite-server

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
Python
Author
isaacwasserman