lightdash_mcp
Verified Safeby poddubnyoleg
Overview
An MCP server that enables LLMs to programmatically interact with Lightdash for data discovery, chart creation, and dashboard management.
Installation
python server.pyEnvironment Variables
- LIGHTDASH_TOKEN
- LIGHTDASH_URL
- CF_ACCESS_CLIENT_ID
- CF_ACCESS_CLIENT_SECRET
- LIGHTDASH_PROJECT_UUID
Security Notes
The server uses environment variables for sensitive information like Lightdash API tokens and Cloudflare Access credentials, which is good practice. No 'eval' or similar dynamic code execution functions are present in the provided source. Network requests use standard HTTP client practices with error handling. The overall security relies heavily on the secure handling of the `LIGHTDASH_TOKEN` and the inherent security of the Lightdash API itself.
Similar Servers
powerbi-modeling-mcp
Connects AI agents to Power BI semantic models to enable natural language interaction for building, modifying, and managing data models.
logfire-mcp
Enables LLMs to retrieve and analyze application telemetry data (OpenTelemetry traces and metrics) from Pydantic Logfire, including executing arbitrary SQL queries.
powerbi-mcp
Enables AI assistants to interact with Power BI Desktop and Service for querying data, managing models, and performing safe bulk operations through natural language, ensuring enterprise-grade security and preserving report visual integrity during refactoring.
mcp-server-datahub
Enables AI agents to interact with DataHub for comprehensive data discovery, governance, lineage exploration, and SQL query generation across an organization's data ecosystem.