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 | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | CommunicationAI / LLM ToolsDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this 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 bootstrapMCP 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"]
}
}
}