MCP Catalogs
Home

ultimate_mcp_server vs gtm-mcp-server

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

ultimate_mcp_server
by Dicklesworthstone
gtm-mcp-server
by paolobietolini
Stars★ 149★ 86
30d uses
Score8549
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
Developer ToolsE-commerceAI / LLM Tools
LanguagePythonGo
Last commit2 mo agothis month

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.

gtm-mcp-server · Summary

Google Tag Manager MCP server that enables natural language control of GTM containers through AI assistants.

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

gtm-mcp-server · Use cases

  • Build complete GA4 ecommerce tracking setups through natural language
  • Manage multiple client containers at scale for agencies
  • Generate documentation and audit reports for existing GTM setups

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

gtm-mcp-server · Install

Installation

**Claude Desktop:**

{
  "mcpServers": {
    "gtm": {
      "url": "https://mcp.gtmeditor.com/authorize"
    }
  }
}

**Claude Code CLI:**

claude mcp add -t http gtm https://mcp.gtmeditor.com

**ChatGPT:**

  1. Go to OpenAI Apps Platform
  2. Add MCP integration with URL: https://mcp.gtmeditor.com

**Gemini CLI:**

gemini mcp add --transport http --url https://mcp.gtmeditor.com gtm

**Self-hosted Docker:**

git clone https://github.com/paolobietolini/gtm-mcp-server.git
cd gtm-mcp-server
cat > .env << 'EOF'
GOOGLE_CLIENT_ID=your-client-id.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=your-client-secret
JWT_SECRET=$(openssl rand -base64 32)
BASE_URL=http://localhost:8080
EOF
docker compose up -
Comparison generated from public README + GitHub signals. Last updated automatically.