MCP Catalogs
Home

Agentic-MCP-Skill vs time

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

Agentic-MCP-Skill
by cablate
time
by modelcontextprotocol
Stars★ 32★ 85,748
30d uses
Score4077
Official
Categories
Developer ToolsBrowser AutomationAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit4 mo agothis month

Agentic-MCP-Skill · Summary

A progressive MCP client with three-layer lazy loading that reduces token usage by up to 86%.

time · Summary

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

Agentic-MCP-Skill · Use cases

  • Reducing token usage in AI applications that interact with multiple MCP servers
  • Browser automation with Playwright MCP server through progressive loading
  • Managing multiple MCP servers efficiently with a persistent daemon connection

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

Agentic-MCP-Skill · Install

Installation

# Install globally
npm install -g @cablate/agentic-mcp

# Verify installation
agentic-mcp --version

# Start daemon
agentic-mcp daemon start

Claude Desktop Configuration

Add to Claude's claude_desktop_config.json:

{
  "mcpServers": {
    "agentic-mcp": {
      "command": "agentic-mcp",
      "args": ["daemon", "start"]
    }
  }
}

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.