lightdash-mcp-server
@MCP-Mirror
About lightdash-mcp-server
Mirror of
Basic information
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
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
More Other MCP servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
🚀 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,
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Comments