MCP server for Lightdash analytics platform. Enables AI assistants like Claude to discover data, execute queries, create charts, and manage dashboards programmatically. Supports Lightdash Cloud and self-hosted instances.
Server Config
{
"mcpServers": {
"lightdash": {
"command": "uvx",
"args": [
"lightdash-mcp"
],
"env": {
"LIGHTDASH_TOKEN": "<YOUR_TOKEN>",
"LIGHTDASH_URL": "https://app.lightdash.cloud"
}
}
}
}