MCP Catalogs
Home

time vs google-tag-manager-mcp-server

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

time
by modelcontextprotocol
google-tag-manager-mcp-server
by stape-io
Stars★ 85,748★ 153
30d uses
Score7748
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsAI / LLM ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis monththis month

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

google-tag-manager-mcp-server · Summary

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

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

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

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}

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.