time vs better-email-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | better-email-mcp by n24q02m | |
|---|---|---|
| Stars | ★ 85,748 | ★ 16 |
| 30d uses | — | — |
| Score | 77 | 42 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | CommunicationProductivityAI / LLM Tools |
| 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.
better-email-mcp · Summary
IMAP/SMTP email server for AI agents with 6 composite tools, multi-account support, and auto-discovery.
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
better-email-mcp · Use cases
- AI agents processing and responding to emails
- Automated email management and organization
- Multi-account email access in AI workflows
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"]
}
}
}better-email-mcp · Install
Installation
Using Claude Desktop
Add to your config.json:
{
"mcpServers": {
"better-email": {
"command": "npx",
"args": ["@n24q02m/better-email-mcp"]
}
}
}Using Docker
docker run -p 8080:8080 n24q02m/better-email-mcp:latestUsing npm
npm install -g @n24q02m/better-email-mcpFor detailed setup instructions with other AI clients, see the [full documentation](https://mcp.n24q02m.com/servers/better-email-mcp/setup/).