Dbt Docs MCP vs Dbt MCP — MCP Server Comparison | AllMCPs
Side-by-Side Model Context Protocol Comparison
Dbt Docs MCP vs Dbt MCP
In-depth architectural comparison of the Dbt Docs MCP and Dbt MCP MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
Dbt Docs MCP
Data Platforms · Local stdio
Quality: 41/100 (Fair) | Auth: No auth required
Dbt MCP
Data Platforms · Local stdio
Quality: 78/100 (Great) | Auth: API Key required
Verdict Summary: Choose Dbt Docs MCP if you need specialized Data Platforms tools running via a local process. Choose Dbt MCP if your workspace requires Data Platforms integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
Choose Dbt Docs MCP when:
You need dedicated capabilities in the Data Platforms domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: No auth required (Free / Open Source).
You have access to required keys: MANIFEST_PATH, SCHEMA_MAPPING_PATH, MANIFEST_CL_PATH.
Primary tools included: Search nodes by name, column, or SQL code, Get node attributes by unique ID, Find direct upstream and downstream nodes.
MCP server for dbt-core (OSS) users as the official dbt MCP only supports dbt Cloud. Supports project metadata, model and column-level lineage and dbt documentation.
Official MCP server for dbt (data build tool) providing integration with dbt Core/Cloud CLI, project metadata discovery, model information, and semantic layer querying capabilities.
Category & Scope
Tools & Capabilities Breakdown
Dbt Docs MCP Tools (5)
Search nodes by name, column, or SQL code
Get node attributes by unique ID
Find direct upstream and downstream nodes
Trace column ancestors and descendants
Supports dbt Docs manifest.json and catalog.json
Dbt MCP Tools (62)
execute_sql
Executes SQL on dbt Platform infrastructure with Semantic Layer support.
text_to_sql
Ready-to-Paste Client Configurations
Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).
Dbt Docs MCP is categorized under Data Platforms and uses a local stdio subprocess. In contrast, Dbt MCP belongs to Data Platforms using local stdio subprocess. Select Dbt Docs MCP when you need capabilities focused on data platforms and Dbt MCP when you require tools for data platforms.