Install
MCP server — add to your Claude Code config (typically
~/.claude/mcp_settings.json or ~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"dbt-tools-mcp": {
"command": "npx",
"args": [
"-y",
"@dbt-tools/mcp"
]
}
}
}
Or smoke-test directly:
npx -y @dbt-tools/mcp
Details
| Website | https://www.npmjs.com/package/@dbt-tools/mcp |
|---|---|
| GitHub | https://github.com/yu-iskw/dbt-tools-ts.git |
| License | unknown |
| Pricing | free |
| Tags | dbt mcp model-context-protocol analysis |
| Sources | npm |
| Discovered | 2026-05-25 |