dbt Semantic Layer MCP Server
@TommyBez
About dbt Semantic Layer MCP Server
MCP Server for querying DBT Semantic Layer
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"dbt-semantic-layer-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@TommyBez/dbt-semantic-layer-mcp",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is dbt Semantic Layer MCP Server?
The dbt Semantic Layer MCP Server is a Model Context Protocol server that enables querying the dbt Semantic Layer through AI assistants like Claude Desktop. It acts as a bridge to explore, query, and visualize dbt metrics using natural language, providing a single source of truth for business metrics.
How to use dbt Semantic Layer MCP Server?
Install via Smithery (recommended) using the command npx -y @smithery/cli install @TommyBez/dbt-semantic-layer-mcp --client claude. You need a dbt Cloud account with Semantic Layer enabled and API access, plus Node.js v14 or later. After configuration, ask natural language questions about metrics from Claude Desktop.
Key features of dbt Semantic Layer MCP Server
- Browse and search available metrics in your dbt Semantic Layer
- Generate and execute semantic queries through natural language
- Filter, group, and order metrics for deeper analysis
- Display query results in an easy-to-understand format
- Work with any compatible AI assistant interface
Use cases of dbt Semantic Layer MCP Server
- Ask "What metrics are available in my dbt Semantic Layer?" to discover metrics
- Query monthly revenue for the last quarter grouped by product category
- Analyze week-over-week growth in user signups with natural language
- Explore metric definitions with dimensional breakdowns and filters
FAQ from dbt Semantic Layer MCP Server
What prerequisites are needed to use this server?
You need a dbt Cloud account with Semantic Layer enabled, API access to your dbt Cloud instance, and Node.js v14 or later.
How do I install the dbt Semantic Layer MCP Server?
The recommended installation method is via Smithery using the command npx -y @smithery/cli install @TommyBez/dbt-semantic-layer-mcp --client claude.
How can I troubleshoot issues with queries?
Verify that your API credentials are correct, ensure your dbt Cloud project has Semantic Layer enabled, and check that your metrics are properly defined in your dbt project.
Can I use this server with AI assistants other than Claude Desktop?
Yes, the server is described as compatible with Claude Desktop and other compatible AI assistants.
What types of queries can I make with natural language?
You can ask about available metrics, query specific metrics with filters and groupings (e.g., time periods, product categories), and analyze trends like week-over-week growth.
More Memory & Knowledge MCP servers
Rust Docs MCP Server
Govcraft🦀 Prevents outdated Rust code suggestions from AI assistants. This MCP server fetches current crate docs, uses embeddings/LLMs, and provides accurate context via a tool call.
Basic Memory
basicmachines-coAI conversations that actually remember. Never re-explain your project to your AI again. Join our Discord: https://discord.gg/tyvKNccgqN
Notion MCP Server
suekouA Model Context Protocol server for connecting Notion to MCP-compatible clients
Docs MCP Server
araboldGrounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools
JupyterMCP - Jupyter Notebook Model Context Protocol Integration
jjsantos01A Model Context Protocol (MCP) for Jupyter Notebook
Comments