lightdash-mcp-server
@MCP-Mirror
About lightdash-mcp-server
Mirror of
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"syucream_lightdash-mcp-server": {
"command": "npx",
"args": [
"lightdash-mcp-server"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is lightdash-mcp-server?
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.
How to use lightdash-mcp-server?
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.
Key features of lightdash-mcp-server
- 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
Use cases of lightdash-mcp-server
- An AI assistant listing all available projects before querying specific data
- Automatically fetching chart definitions or dashboard layouts for analysis
- Retrieving metric catalogs to understand available dimensions and measures
- Exporting Lightdash content as code for version control or reuse
FAQ from lightdash-mcp-server
What runtime does lightdash-mcp-server require?
It requires Node.js and npm. The server is run via npx or as a local install.
How do I authenticate with Lightdash?
Set the environment variables LIGHTDASH_API_KEY and LIGHTDASH_API_URL (default https://app.lightdash.cloud/api/v1) in a .env file.
Does the server store any data?
No—it acts as a proxy, making requests to the Lightdash API on behalf of the AI assistant. No data is stored locally.
What transport does lightdash-mcp-server use?
It uses the standard MCP transport (stdio) for communication with the AI client.
What are the dependencies?
The server depends on the Lightdash API being accessible and the user providing a valid API key. No external database or other services are required.
Frequently asked questions
What runtime does lightdash-mcp-server require?
It requires Node.js and npm. The server is run via `npx` or as a local install.
How do I authenticate with Lightdash?
Set the environment variables `LIGHTDASH_API_KEY` and `LIGHTDASH_API_URL` (default `https://app.lightdash.cloud/api/v1`) in a `.env` file.
Does the server store any data?
No—it acts as a proxy, making requests to the Lightdash API on behalf of the AI assistant. No data is stored locally.
What transport does lightdash-mcp-server use?
It uses the standard MCP transport (stdio) for communication with the AI client.
What are the dependencies?
The server depends on the Lightdash API being accessible and the user providing a valid API key. No external database or other services are required.
Basic information
More Other MCP servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments