lightdash-mcp-server
by syucream·★ 25·Score 41
MCP server providing AI assistants with standardized access to Lightdash's analytics platform through API tools.
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:
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 READMElist_projectsList all projects in the Lightdash organization
get_projectGet details of a specific project
list_spacesList all spaces in a project
list_chartsList all charts in a project
list_dashboardsList all dashboards in a project
get_custom_metricsGet custom metrics for a project
get_catalogGet catalog for a project
get_metrics_catalogGet metrics catalog for a project
get_charts_as_codeGet charts as code for a project
get_dashboards_as_codeGet dashboards as code for a project
Comparable tools
Installation
Installation
Via Smithery (Recommended)
npx -y @smithery/cli install lightdash-mcp-server --client claudeManual Installation
npm install lightdash-mcp-serverConfiguration
Set these environment variables:
LIGHTDASH_API_KEY: Your Lightdash Personal Access TokenLIGHTDASH_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
Last updated · Auto-generated from public README + GitHub signals.