{"id":24475442,"url":"https://github.com/syucream/lightdash-mcp-server","last_synced_at":"2025-04-13T13:07:21.932Z","repository":{"id":270559496,"uuid":"910751536","full_name":"syucream/lightdash-mcp-server","owner":"syucream","description":"A MCP(Model Context Protocol) server that accesses to Lightdash","archived":false,"fork":false,"pushed_at":"2025-03-26T16:47:29.000Z","size":107,"stargazers_count":13,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T13:07:08.526Z","etag":null,"topics":["lightdash","mcp","mcp-servers","model-context-protocol"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/lightdash-mcp-server","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/syucream.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-01T09:58:01.000Z","updated_at":"2025-04-04T13:35:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"bf024fb8-af88-48ea-a63d-9e082ba1c1f8","html_url":"https://github.com/syucream/lightdash-mcp-server","commit_stats":null,"previous_names":["syucream/lightdash-mcp-server"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syucream%2Flightdash-mcp-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syucream%2Flightdash-mcp-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syucream%2Flightdash-mcp-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syucream%2Flightdash-mcp-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/syucream","download_url":"https://codeload.github.com/syucream/lightdash-mcp-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248717242,"owners_count":21150389,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lightdash","mcp","mcp-servers","model-context-protocol"],"created_at":"2025-01-21T09:14:52.148Z","updated_at":"2025-04-13T13:07:21.926Z","avatar_url":"https://github.com/syucream.png","language":"JavaScript","funding_links":[],"categories":["Data \u0026 Analytics","📚 Projects (1974 total)","Community Servers","Data Science Tools","BI \u0026 Analytics","Cloud Services","Table of Contents","Mcp Server Directories \u0026 Lists","🌐 Web Development","🗂️ Extensions by Category"],"sub_categories":["Data Platforms","MCP Servers","How to Submit","Other Tools and Integrations","📊 Analytics"],"readme":"# lightdash-mcp-server\n[![smithery badge](https://smithery.ai/badge/@syucream/lightdash-mcp-server)](https://smithery.ai/server/@syucream/lightdash-mcp-server)\n[![npm version](https://badge.fury.io/js/lightdash-mcp-server.svg)](https://badge.fury.io/js/lightdash-mcp-server)\n\nA [MCP(Model Context Protocol)](https://www.anthropic.com/news/model-context-protocol) server that accesses to [Lightdash](https://www.lightdash.com/).\n\nThis server provides MCP-compatible access to Lightdash's API, allowing AI assistants to interact with your Lightdash data through a standardized interface.\n\n\u003ca href=\"https://glama.ai/mcp/servers/e1gbb6sflq\"\u003e\n  \u003cimg width=\"380\" height=\"200\" src=\"https://glama.ai/mcp/servers/e1gbb6sflq/badge\" alt=\"Lightdash Server MCP server\" /\u003e\n\u003c/a\u003e\n\n## Features\n\nAvailable tools:\n\n- `list_projects` - List all projects in the Lightdash organization\n- `get_project` - Get details of a specific project\n- `list_spaces` - List all spaces in a project\n- `list_charts` - List all charts in a project\n- `list_dashboards` - List all dashboards in a project\n- `get_custom_metrics` - Get custom metrics for a project\n- `get_catalog` - Get catalog for a project\n- `get_metrics_catalog` - Get metrics catalog for a project\n- `get_charts_as_code` - Get charts as code for a project\n- `get_dashboards_as_code` - Get dashboards as code for a project\n\n## Quick Start\n\n### Installation\n\n#### Installing via Smithery\n\nTo install Lightdash MCP Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@syucream/lightdash-mcp-server):\n\n```bash\nnpx -y @smithery/cli install lightdash-mcp-server --client claude\n```\n\n#### Manual Installation\n```bash\nnpm install lightdash-mcp-server\n```\n\n### Configuration\n\n- `LIGHTDASH_API_KEY`: Your Lightdash PAT\n- `LIGHTDASH_API_URL`: The API base URL\n\n### Usage\n\n1. Start the MCP server.\n\nDirectly:\n```bash\nnpx lightdash-mcp-server\n```\nOr, run the installed module with node.\n\n2. Edit your MCP configuration json:\n```json\n...\n    \"lightdash\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"lightdash-mcp-server\"\n      ],\n      \"env\": {\n        \"LIGHTDASH_API_KEY\": \"\u003cyour PAT\u003e\",\n        \"LIGHTDASH_API_URL\": \"https://\u003cyour base url\u003e\"\n      }\n    },\n...\n```\n\n## Development\n\n### Available Scripts\n\n- `npm run dev` - Start the server in development mode with hot reloading\n- `npm run build` - Build the project for production\n- `npm run start` - Start the production server\n- `npm run lint` - Run linting checks (ESLint and Prettier)\n- `npm run fix` - Automatically fix linting issues\n- `npm run examples` - Run the example scripts\n\n### Contributing\n\n1. Fork the repository\n2. Create your feature branch\n3. Run tests and linting: `npm run lint`\n4. Commit your changes\n5. Push to the branch\n6. Create a Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyucream%2Flightdash-mcp-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyucream%2Flightdash-mcp-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyucream%2Flightdash-mcp-server/lists"}