MCP Catalogs
Home

dbt-mcp vs ultimate_mcp_server

Side-by-side comparison to help you pick between these two MCP servers.

dbt-mcp
by dbt-labs
ultimate_mcp_server
by Dicklesworthstone
Stars★ 562★ 149
30d uses
Score5385
Official
Categories
DatabaseDeveloper ToolsAI / LLM Tools
AI / LLM ToolsBrowser AutomationFile System
LanguagePythonPython
Last committhis month2 mo ago

dbt-mcp · Summary

A comprehensive MCP server for dbt Core, Fusion, and Platform, providing SQL, semantic layer, and dbt CLI tools.

ultimate_mcp_server · Summary

Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.

dbt-mcp · Use cases

  • AI-powered data analysis and SQL generation in dbt projects
  • Automating dbt project documentation and model lineage analysis
  • Integrating dbt with AI agents for automated data modeling and testing

ultimate_mcp_server · Use cases

  • Complex document processing and analysis with OCR and structured data extraction
  • Web automation and research across multiple sites with browser control
  • Cost-optimized AI workflows through intelligent task delegation between models

dbt-mcp · Install

Installation

Claude Desktop

Add to your Claude Desktop configuration:

{
  "mcpServers": {
    "dbt": {
      "command": "npx",
      "args": ["@dbt-labs/dbt-mcp"],
      "env": {
        "DBT_PROJECT_DIR": "/path/to/your/dbt/project"
      }
    }
  }
}

Other MCP clients

Use the experimental MCP bundle (dbt-mcp.mcpb) available in the latest release assets. Follow the [mcpb CLI](https://github.com/modelcontextprotocol/mcpb) documentation to install or inspect the bundle.

npm install -g @modelcontextprotocol/mcpb
mcpb install https://github.com/dbt-labs/dbt-mcp/releases/download/vX.X.X/dbt-mcp.mcpb

ultimate_mcp_server · Install

Installation

  1. Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server
  1. Install dependencies:
pip install -e .
  1. For Claude Desktop integration, add to your claude_desktop_config.json:
{
  "mcpServers": {
    "ultimate-mcp": {
      "command": "python",
      "args": ["-m", "ultimate_mcp_server"],
      "env": {
        "PYTHONPATH": "."
      }
    }
  }
}
  1. Run the server:
python -m ultimate_mcp_server
Comparison generated from public README + GitHub signals. Last updated automatically.