Lightdash Mcp
@poddubnyoleg
Lightdash Mcp について
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.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"lightdash": {
"command": "uvx",
"args": [
"lightdash-mcp"
],
"env": {
"LIGHTDASH_TOKEN": "<YOUR_TOKEN>",
"LIGHTDASH_URL": "https://app.lightdash.cloud"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Lightdash Mcp?
Lightdash Mcp is a Model Context Protocol (MCP) server that connects AI assistants like Claude and Cursor to Lightdash analytics. It enables LLMs to discover data, create charts, and manage dashboards programmatically.
How to use Lightdash Mcp?
Install via pip install lightdash-mcp, uvx lightdash-mcp, or pipx run lightdash-mcp. Set environment variables LIGHTDASH_TOKEN and LIGHTDASH_URL, then run lightdash-mcp. Optionally configure Cloudflare Access or Google Cloud IAP. Add the server to MCP clients (e.g., Claude Desktop) by providing the command and environment variables.
Key features of Lightdash Mcp
- Discovery: explore data catalogs, tables, and schemas
- Querying: execute queries with filters, metrics, and aggregations
- Chart management: create, read, update, delete charts
- Dashboard management: build and manage dashboards with tiles and filters
- Resource organization: create and manage spaces for content
Use cases of Lightdash Mcp
- Allow an AI assistant to explore available tables and schemas in Lightdash
- Automate chart creation and configuration from natural language prompts
- Duplicate and modify existing dashboards programmatically
- Run ad-hoc metric queries against any explore in a project
- Organize analytics content by creating spaces and moving resources
FAQ from Lightdash Mcp
How do I obtain a Lightdash token?
Go to Settings → Personal Access Tokens in your Lightdash instance, click Generate new token, and copy the token (starts with ldt_).
What are the prerequisites?
Python 3.10+, a Lightdash instance (Cloud or self-hosted), and a Lightdash Personal Access Token.
How do I handle authentication errors?
Verify your LIGHTDASH_TOKEN is correct and starts with ldt_, check the token hasn’t expired, and ensure you have the necessary permissions in Lightdash.
How do I set up Google Cloud IAP support?
Install with the [iap] extra (pip install lightdash-mcp[iap]), set IAP_ENABLED=true, and ensure the runtime service account has roles/iam.serviceAccountTokenCreator on itself and roles/iap.httpsResourceAccessor on the Cloud Run service.
How can I add a new tool to the server?
Create a new Python file in lightdash_mcp/tools/ with a TOOL_DEFINITION and a run function. The server automatically discovers and registers the tool on restart.
「データと分析」の他のコンテンツ
MCP Server for Deep Research
reading-plus-aiHubSpot MCP Server
peakmojoA Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.
arxiv-latex MCP Server
takashiishidaMCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.
MCP Deep Web Research Server (v0.3.0)
qpd-vEnhanced MCP server for deep web research
Healthcare MCP Server
CicatriizA Model Context Protocol (MCP) server providing AI assistants with access to healthcare data and medical information tools, including FDA drug info, PubMed, medRxiv, NCBI Bookshelf, clinical trials, ICD-10, DICOM metadata, and a medical calculator.
コメント