A MCP(Model Context Protocol) server that accesses to Lightdash
Overview
What is lightdash-mcp-server?
lightdash-mcp-server is a Model Context Protocol (MCP) server that provides access to Lightdash's API, enabling AI assistants to interact with Lightdash data through a standardized interface.
How to use lightdash-mcp-server?
To use lightdash-mcp-server, install it via npm, configure your Lightdash API credentials in a .env file, and start the server using the provided commands.
Key features of lightdash-mcp-server?
- MCP-compatible access to Lightdash's API
- Tools for listing projects, spaces, charts, and dashboards
- Ability to retrieve custom metrics and catalogs
- Support for running examples and development scripts
Use cases of lightdash-mcp-server?
- Integrating AI assistants with Lightdash for data analysis.
- Automating project management tasks within Lightdash.
- Accessing and manipulating Lightdash data programmatically.
FAQ from lightdash-mcp-server?
- How do I install lightdash-mcp-server?
You can install it using npm with the command:
npm install lightdash-mcp-server.
- What do I need to configure?
You need to create a .env file with your Lightdash API key and URL.
- Can I run examples?
Yes! You can run example scripts provided in the examples directory after setting the required environment variables.