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 | — | — |
| Score | 77 | 48 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | this 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
- 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.