MCP Catalogs
Home

ultimate_mcp_server vs google-tag-manager-mcp-server

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

ultimate_mcp_server
by Dicklesworthstone
google-tag-manager-mcp-server
by stape-io
Stars★ 149★ 153
30d uses
Score8548
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
Developer ToolsAI / LLM ToolsProductivity
LanguagePythonTypeScript
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.

google-tag-manager-mcp-server · Summary

MCP server for Google Tag Manager with OAuth authentication, enabling Claude to interact with GTM API.

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

google-tag-manager-mcp-server · Use cases

  • Automating Google Tag Manager container operations through Claude
  • Managing tags, triggers, and variables programmatically
  • Integrating GTM workflows with AI assistants for marketing automation

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

google-tag-manager-mcp-server · Install

Installation

  1. Open Claude Desktop and navigate to Settings -> Developer -> Edit Config
  2. Add the following configuration to your MCP servers:
{
  "mcpServers": {
    "gtm-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://gtm-mcp.stape.ai/mcp"
      ]
    }
  }
}
  1. Save the configuration and restart Claude Desktop
  2. Complete the OAuth authentication flow when prompted

Troubleshooting

If you encounter issues, try clearing the MCP cache by running:

rm -rf ~/.mcp-auth

Then restart your MCP client.

Comparison generated from public README + GitHub signals. Last updated automatically.