πŸ“šAllForClaude
SkillsMCPPluginsCategoriesHow to install
πŸ“š AllForClaude

Skills, MCP Servers & Plugins for Claude, All in One Place.

By type

  • Skills
  • MCP Servers
  • Plugins
  • Subagents
  • Slash Commands

Categories

  • πŸ’» Development & Coding
  • ⚑ Productivity & Automation
  • 🎨 Creative, Design & Art
  • πŸ“„ Documents & Office
  • πŸ’¬ Communication & Messaging
  • πŸ€– AI & Machine Learning

Learn

  • How to install
  • All categories
  • Search

Β© 2026 AllForClaude. An independent, community directory β€” not affiliated with Anthropic.

Aggregated from claudeskills.info, skillshubmcp.com, claudedirectory.org & the official MCP registry.

  1. Home
  2. /MCP Servers
  3. /Testing & QA
  4. /dbt
πŸ§ͺ

dbt

πŸ”ŒMCP ServerπŸ§ͺTesting & QA587

Interact with dbt Core and dbt Cloud for data transformations, model execution, test runs, and documentation generation

By dbt Labs

dbtdata-engineeringsqlanalyticstransformations

How to install

MCP Server

MCP servers let Claude connect to external tools & services. Add this server to your MCP config, then restart the app.

Claude Desktop / Claude Code (local, stdio):

Add to claude_desktop_config.json (Desktop) or .mcp.json (Claude Code):

config
{
  "mcpServers": {
    "dbt": {
      "command": "npx",
      "args": ["-y", "<package-name>"]
    }
  }
}

Claude.ai (remote / hosted):

Settings β†’ Connectors β†’ β€œ+” β†’ search the directory β†’ Connect, then authenticate via OAuth if prompted.

Config keys vary per server β€” always follow the server's own README. Restart Claude after adding it.

Exact steps can vary per project β€” always double-check the original source. New to this? Read the full install guide β†’

Source

  • Claude Directory

More in Testing & QA

View all β†’
πŸ§ͺ
🧩Skillβ˜… Featured

Systematic Debugging

Identify and resolve the root causes of errors in complex systems using a methodical and documented approach.

πŸ§ͺTesting & QA247,389
Claude DirectorySkillsHub MCP
πŸ§ͺ
🧩Skillβ˜… Featured

Test Driven Development

Use when implementing any feature or bugfix, before writing implementation code

πŸ§ͺTesting & QA247,389
πŸ§ͺ
πŸ“¦Pluginβ˜… Featured

Bun

Bun runtime helper for Claude Code. Run scripts, manage dependencies with bun install, execute tests with bun test, and migrate Node.js projects to Bun with guided codemods.

πŸ§ͺTesting & QA93,599
πŸ§ͺ
πŸ”ŒMCP Serverβ˜… Featured

Playwright Browser Automation

Official Microsoft Playwright MCP server for browser automation, web scraping, testing, and accessibility snapshots

πŸ§ͺTesting & QA34,767

How to install

MCP Server

MCP servers let Claude connect to external tools & services. Add this server to your MCP config, then restart the app.

Claude Desktop / Claude Code (local, stdio):

Add to claude_desktop_config.json (Desktop) or .mcp.json (Claude Code):

config
{
  "mcpServers": {
    "dbt": {
      "command": "npx",
      "args": ["-y", "<package-name>"]
    }
  }
}

Claude.ai (remote / hosted):

Settings β†’ Connectors β†’ β€œ+” β†’ search the directory β†’ Connect, then authenticate via OAuth if prompted.

Config keys vary per server β€” always follow the server's own README. Restart Claude after adding it.

Exact steps can vary per project β€” always double-check the original source. New to this? Read the full install guide β†’