Back to Apps

Lightdash MCP Server
Supports UIby syucream
Directly access Lightdash projects, charts, and dashboards within your AI assistant for real-time BI insights.
0 stars
Works in:claude
Exposes:Tools
What it does
This server connects your AI assistant to Lightdash, a modern BI platform. It allows the AI to explore your data modeling, retrieve metrics, and analyze charts and dashboards directly from your Lightdash organization, bridging the gap between BI data and LLM reasoning.
Tools
list_projects: List all projects in the Lightdash organizationget_project: Get details of a specific projectlist_spaces: List all spaces in a projectlist_charts: List all charts in a projectlist_dashboards: List all dashboards in a projectget_custom_metrics: Get custom metrics for a projectget_catalog: Get catalog for a projectget_metrics_catalog: Get metrics catalog for a projectget_charts_as_code: Get charts as code for a projectget_dashboards_as_code: Get dashboards as code for a project
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"lightdash": {
"command": "npx",
"args": ["-y", "lightdash-mcp-server"],
"env": {
"LIGHTDASH_API_KEY": "<your PAT>",
"LIGHTDASH_API_URL": "https://<your base url>"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
npx -y @smithery/cli install lightdash-mcp-server --client claudeInformation
- Pricing
- free
- Published
- 7/9/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"lightdash": {"command": "npx", "args": ["-y", "lightdash-mcp-server"], "env": {"LIGHTDASH_API_KEY": "<your PAT>", "LIGHTDASH_API_URL": "https://<your base url>"}}}






