Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Browse
  3. Datanika Core
  4. vs Dbt Docs MCP
Side-by-Side Model Context Protocol Comparison

Datanika Core vs Dbt Docs MCP

In-depth architectural comparison of the Datanika Core and Dbt Docs 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

Datanika Core
Data Platforms · Local stdio
Quality: 51/100 (Good) | Auth: OAuth 2.0
Dbt Docs MCP
Data Platforms · Local stdio
Quality: 41/100 (Fair) | Auth: No auth required
Verdict Summary: Choose Datanika Core if you need specialized Data Platforms tools running via a local process. Choose Dbt Docs 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?

Datanika Core logo

Choose Datanika Core when:

  • You need dedicated capabilities in the Data Platforms domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: OAuth 2.0 (Free / Open Source).
  • Primary tools included: 25 MCP tools, 17 read-only tools, 8 write tools.
Explore Datanika Core Details
Dbt Docs MCP logo

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.

Feature & Specification Comparison

Specification
Datanika Core logo
Datanika Core
datanika-io
Data Platforms
Dbt Docs MCP logo
Dbt Docs MCP
mattijsdp
Data Platforms
Summary
Category & ScopeData PlatformsData Platforms
Quality signal

Tools & Capabilities Breakdown

Datanika Core Tools (6)

25 MCP tools
17 read-only tools
8 write tools
dbt transformation compilation and preview
Pipeline and run monitoring
Read-only default with opt-in write access

Dbt Docs MCP Tools (5)

Search nodes by name, column, or SQL code

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).

Datanika Core Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "datanika-io-datanika-core": {
      "command": "uvx",
      "args": [
        "datanika-mcp"
      ]
    }
  }
}
Dbt Docs MCP Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "mattijsdp-dbt-docs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mattijsdp-dbt-docs-mcp"
      ],
      "env": {
        "MANIFEST_PATH": "YOUR_MANIFEST_PATH_HERE",
        "SCHEMA_MAPPING_PATH": "YOUR_SCHEMA_MAPPING_PATH_HERE",
        "MANIFEST_CL_PATH": "YOUR_MANIFEST_CL_PATH_HERE"
      }
    }
  }
}

Frequently Asked Questions

Datanika Core is categorized under Data Platforms and uses a local stdio subprocess. In contrast, Dbt Docs MCP belongs to Data Platforms using local stdio subprocess. Select Datanika Core when you need capabilities focused on data platforms and Dbt Docs MCP when you require tools for data platforms.

More alternatives to Datanika CoreMore alternatives to Dbt Docs MCPData Platforms category hub

Related MCP Server Comparisons

Popular comparisons with Datanika Core

  • Keboola MCP Server logoDatanika Core vs Keboola MCP Server
  • Dbt MCP logoDatanika Core vs Dbt MCP
  • MCP Databricks Server logoDatanika Core vs MCP Databricks Server
  • Airflow MCP Server logoDatanika Core vs Airflow MCP Server

Popular comparisons with Dbt Docs MCP

Explore Dbt Docs MCP Details
51/100 (Good)
41/100 (Fair)
Transport ProtocolLocal Subprocess (stdio)Local Subprocess (stdio)
Auth RequirementOAuth 2.0No auth required
Pricing ModelFree / Open SourceFree / Open Source
Required Env VarsNone required
MANIFEST_PATHSCHEMA_MAPPING_PATHMANIFEST_CL_PATH
Compatible Clients
Claude DesktopCursorWindsurfClineVS Code
Claude DesktopCursorWindsurfClineVS Code
Install path signaluvx · highnpx · low
Engagement & Health 2 views 0 copies 0 upvotes 0 stars 1 views 0 copies 0 upvotes 23 stars
Verified / OfficialCommunity ListingCommunity Listing
Open full listingView Datanika Core ListingView Dbt Docs MCP Listing
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
Keboola MCP Server logo
Dbt Docs MCP vs Keboola MCP Server
  • Dbt MCP logoDbt Docs MCP vs Dbt MCP
  • MCP Databricks Server logoDbt Docs MCP vs MCP Databricks Server
  • MCP Flowcore Platform logoDbt Docs MCP vs MCP Flowcore Platform
  • Read-only-by-default MCP server for Datanika, the open-source ELT + dbt platform: browse connections, preview data, run and compile dbt transforms, monitor runs, and manage pipelines. 25 tools; opt-in --allow-write enables create/trigger.
    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.