MCP Catalogs
Home

lightdash-mcp-server

by syucream·25·Score 41

MCP server providing AI assistants with standardized access to Lightdash's analytics platform through API tools.

databasedeveloper-toolsproductivity
11
Forks
2
Open issues
11 mo ago
Last commit
2d ago
Indexed

Overview

This MCP server bridges AI assistants with Lightdash, a business intelligence platform, by exposing various tools for data exploration and visualization. It enables AI systems to list projects, access charts and dashboards, retrieve custom metrics, and get data catalog information through Lightdash's API. The server supports both stdio and HTTP transport modes, making it flexible for different integration scenarios.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:AI assistants can explore Lightdash projects and retrieve specific data visualizations based on user queries
you:Automated documentation generation for business metrics and dashboards by extracting chart configurations
you:Integration with AI systems to create natural language interfaces for business data exploration
you:What is Lightdash?
you:How do I get my Lightdash API key?

When to choose this

Choose this MCP server if you're already using Lightdash and want to integrate it with AI assistants for natural data exploration and insights generation.

When NOT to choose this

Avoid this if you need data write capabilities, as the server only provides read-only access to Lightdash resources.

Tools this server exposes

10 tools extracted from the README
  • 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

Comparable tools

metabase-mcp-serverredash-mcp-serversupabase-mcp

Installation

Installation

Via Smithery (Recommended)

npx -y @smithery/cli install lightdash-mcp-server --client claude

Manual Installation

npm install lightdash-mcp-server

Configuration

Set these environment variables:

  • LIGHTDASH_API_KEY: Your Lightdash Personal Access Token
  • LIGHTDASH_API_URL: The API base URL

Claude Desktop Configuration

{
  "lightdash": {
    "command": "npx",
    "args": [
      "-y",
      "lightdash-mcp-server"
    ],
    "env": {
      "LIGHTDASH_API_KEY": "<your PAT>",
      "LIGHTDASH_API_URL": "https://<your base url>"
    }
  }
}

FAQ

What is Lightdash?
Lightdash is an open-source BI platform for building and sharing analytics dashboards directly from your dbt project.
How do I get my Lightdash API key?
Your API key can be generated in Lightdash under User Settings > Personal Access Tokens.

Compare lightdash-mcp-server with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.