MCP.so
ログイン
L

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.

基本情報

カテゴリ

データと分析

トランスポート

stdio

公開者

poddubnyoleg

投稿者

pd

設定

以下の設定を使って、このサーバーを 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 SettingsPersonal 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.

コメント

「データと分析」の他のコンテンツ