lightdash-mcp-server

by MCP-Mirror

277 downloads
Not rated
GitHub

About

lightdash-mcp-server is an MCP (Model Context Protocol) server that provides AI assistants with standardized access to the Lightdash API. It allows users to explore and retrieve data from their Lightdash projects, including projects, spaces, charts, dashboards, and metrics.

Details

Author
MCP-Mirror
Downloads
277
Categories
Other

- List all projects in your Lightdash organization
- Retrieve details of a specific project
- List spaces, charts, and dashboards within a project
- Get custom metrics and catalog information
- Export charts and dashboards as code

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name lightdash-mcp-server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install the server via npm (npm install lightdash-mcp-server), configure a .env file with your Lightdash API key and API URL, then start the server with npx lightdash-mcp-server. The server exposes tools that can be called by any MCP-compatible AI client.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "lightdash-mcp-server": {
            "syucream_lightdash-mcp-server": {
                "command": "npx",
                "args": [
                    "lightdash-mcp-server"
                ]
            }
        }
    }
}

McpServers

{
    "syucream_lightdash-mcp-server": {
        "command": "npx",
        "args": [
            "lightdash-mcp-server"
        ]
    }
}

lightdash-mcp-server

A MCP(Model Context Protocol) server that accesses to Lightdash.

This server provides MCP-compatible access to Lightdash's API, allowing AI assistants to interact with your Lightdash data through a standardized interface.

Features

Available tools:

- list_projects - List all projects in the Lightdash organization
- get_project - Get details of a specific project
- list_spaces - List all spaces in a project
- list_charts - List all charts in a project
- list_dashboards - List all dashboards in a project
- get_custom_metrics - Get custom metrics for a project
- get_catalog - Get catalog for a project
- get_metrics_catalog - Get metrics catalog for a project
- get_charts_as_code - Get charts as code for a project
- get_dashboards_as_code - Get dashboards as code for a project

Quick Start

Installation

npm install lightdash-mcp-server

Configuration

Create a .env file with your Lightdash API credentials:

LIGHTDASH_API_KEY=your_api_key
LIGHTDASH_API_URL=https://app.lightdash.cloud/api/v1  # or your custom Lightdash instance URL

Usage

1. Start the MCP server:

npx lightdash-mcp-server

2. For example usage, check the examples directory. To run the example:
```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.