MCP Catalogs
Home

agent-inbox vs time

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

agent-inbox
by gsd-build
time
by modelcontextprotocol
Stars★ 42★ 85,748
30d uses
Score4577
Official
Categories
CommunicationDeveloper ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last commit1 mo agothis month

agent-inbox · Summary

MCP server providing temporary email addresses for AI agents to handle email verification and auth flows automatically.

time · Summary

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

agent-inbox · Use cases

  • Automated account registration for services requiring email verification
  • Testing email-based authentication flows in development environments
  • AI agent testing of sign-up workflows without human intervention

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

agent-inbox · Install

Install

npx gsd-agent-inbox

The interactive installer auto-detects your AI coding agents (Claude Code, Codex CLI, Cursor, Gemini CLI, Windsurf) and configures the MCP server automatically.

Manual Setup for Claude Desktop

Add to ~/.claude/settings.json:

{
  "mcpServers": {
    "agent-inbox": {
      "command": "npx",
      "args": ["-y", "gsd-agent-inbox"]
    }
  }
}

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.