dbt MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@dbt MCP Serverrun the daily revenue model"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🛠️ dbt MCP Server
This is a minimal, extensible MCP (Model Control Protocol) server to run dbt models with a unified interface.
If you like this repo, leave a ⭐️ — it means a lot!
Overview
A unified JSON-based workflow for triggering dbt models, tests, and other dbt operations, triggered via CLI, API, or an AI interface like Claude. Includes Slack notifications for task completions.
🚀 Getting Started
✅ Ready to plug into AI tools like Claude for prompt-driven automation!
Run Locally with UV
uvicorn mcp_dispatcher:app --reload --port 8000Run with Docker
docker build -t dbt-mcp-server .
docker run -p 8000:8000 dbt-mcp-server5. Trigger MCP from Claude (supported client)
python claude_client_example.py📣 Slack Alerts
Set your SLACK_WEBHOOK_URL to get alerts on model success or failure.
🔌 Usage
python mcp_dispatcher.py mcp_request.json{
"mcpServers": {
"fetch": {
"command": "node",
"args": [
"{ABSOLUTE PATH TO FILE HERE}/dist/index.js"
]
}
}
}Features
Run dbt models using a clean JSON spec
Accept CLI or HTTP API calls
Slack alerts for model status
Compatible with Claude
🛠️ Contributing
If you're interested in contributing, feel free to open an issue to start a discussion or directly submit a pull request. Whether it's code, ideas, or feedback—all contributions are welcome!
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kannandreams/dbt-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server