lightdash-mcp-server
@syucream
关于 lightdash-mcp-server
A MCP(Model Context Protocol) server that accesses to Lightdash
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"lightdash-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"lightdash-mcp-server",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is lightdash-mcp-server?
An MCP (Model Context Protocol) server that provides standardized access to the Lightdash API, enabling AI assistants to interact with Lightdash projects, spaces, charts, dashboards, and metadata.
How to use lightdash-mcp-server?
Install via npm install lightdash-mcp-server or using Smithery (npx -y @smithery/cli install lightdash-mcp-server --client claude). Set the LIGHTDASH_API_KEY and LIGHTDASH_API_URL environment variables. Start the server with npx lightdash-mcp-server for Stdio transport or npx lightdash-mcp-server -port 8080 for HTTP transport. Configure your MCP client with the appropriate command/args or URL.
Key features of lightdash-mcp-server?
- List, get, and explore projects in your Lightdash organization
- List spaces, charts, and dashboards within a project
- Retrieve custom metrics, catalog, and metrics catalog
- Export charts and dashboards as code
- Supports both Stdio and Streamable HTTP transports
Use cases of lightdash-mcp-server?
- AI assistant querying project structures and available data assets
- Automating retrieval of dashboard definitions and chart metadata
- Inspecting metrics catalog for analytics and reporting
- Fetching charts and dashboards as code for version control or CI/CD
- Enabling conversational interfaces to explore Lightdash resources
FAQ from lightdash-mcp-server
What environment variables are required?
LIGHTDASH_API_KEY (your Lightdash personal access token) and `LIGHT
其他 分类下的更多 MCP 服务器
Codelf
unbugA search tool helps dev to solve the naming things problem.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
评论