Lightdash
Freeby MCP Community
A MCP(Model Context Protocol) server that accesses to lightdash( https://www.lightdash.com/ )
v0.0.12Added Apr 12, 2026
lightdashmcpmodelcontextprotocol
Lightdash MCP Server
A MCP(Model Context Protocol) server that accesses to lightdash( https://www.lightdash.com/ )
Installation
Reviews
Installation
Quick install
npx -y @iflow-mcp/lightdash-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"lightdash": {
"command": "npx",
"args": ["-y", "@iflow-mcp/lightdash-mcp-server"]
}
}
}