adloop vs time
Side-by-side comparison to help you pick between these two MCP servers.
adloop by kLOsk | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 155 | ★ 85,748 |
| 30d uses | — | — |
| Score | 49 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
adloop · Summary
AdLoop is an MCP server providing read/write access to Google Ads and GA4 with safety guardrails.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
adloop · Use cases
- Diagnose conversion drops by comparing Google Ads clicks with GA4 sessions
- Manage Google Ads campaigns through natural language with safety previews
- Validate tracking code effectiveness by comparing events in codebase vs GA4
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
adloop · Install
Install with pip: pip install adloop
For Claude Desktop, add to your claude_desktop_config.json:
{
"mcpServers": {
"adloop": {
"command": "python",
"args": ["-m", "adloop"],
"env": {}
}
}
}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"]
}
}
}