MCP Catalogs
Home

agenticmail vs time

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

agenticmail
by agenticmail
time
by modelcontextprotocol
Stars★ 121★ 85,748
30d uses
Score4777
Official
Categories
CommunicationAI / LLM ToolsDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

agenticmail · Summary

AgenticMail provides AI agents with email/SMS infrastructure, enabling real communication via programmatic access.

time · Summary

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

agenticmail · Use cases

  • AI agents sending and receiving real emails with dedicated addresses
  • Automated verification code extraction from SMS messages
  • Multi-agent collaboration through email-based task assignment and communication

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

agenticmail · Install

Installation Options

**Option A — One-line installer (recommended):**

curl -fsSL https://raw.githubusercontent.com/agenticmail/agenticmail/main/install.sh | bash

**Option B — Manual two-command install:**

npm install -g @agenticmail/cli@latest
agenticmail bootstrap

MCP Configuration for Claude Desktop

Add to your Claude Desktop config.json:

{
  "mcpServers": {
    "agenticmail": {
      "command": "npx",
      "args": ["@agenticmail/cli", "mcp"]
    }
  }
}

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.