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 | — | — |
| Score | 85 | 48 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | Developer ToolsAI / LLM ToolsProductivity |
| Language | Python | TypeScript |
| Last commit | 2 mo ago | this 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
- Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- Install dependencies:
pip install -e .- For Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- Run the server:
python -m ultimate_mcp_servergoogle-tag-manager-mcp-server · Install
Installation
- Open Claude Desktop and navigate to Settings -> Developer -> Edit Config
- Add the following configuration to your MCP servers:
{
"mcpServers": {
"gtm-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gtm-mcp.stape.ai/mcp"
]
}
}
}- Save the configuration and restart Claude Desktop
- Complete the OAuth authentication flow when prompted
Troubleshooting
If you encounter issues, try clearing the MCP cache by running:
rm -rf ~/.mcp-authThen restart your MCP client.