MCP Catalogs
Home

agent-kit vs time

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

agent-kit
by KeyID-AI
time
by modelcontextprotocol
Stars★ 689★ 85,748
30d uses
Score5377
Official
Categories
CommunicationProductivityAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last commit2 mo agothis month

agent-kit · Summary

MCP email server with 27 tools for inbox, sending, contacts and auto-reply functionality.

time · Summary

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

agent-kit · Use cases

  • AI agents autonomously managing email communications and responses
  • Building email-enabled chatbots that can send and receive messages
  • Automating email workflows with scheduled delivery and auto-reply features

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-kit · Install

Install

npm install @keyid/agent-kit
# or
yarn add @keyid/agent-kit

With Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "keyid": {
      "command": "npx",
      "args": ["@keyid/agent-kit"],
      "env": {
        "KEYID_PUBLIC_KEY": "...hex...",
        "KEYID_PRIVATE_KEY": "...hex..."
      }
    }
  }
}

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.