MCP Catalogs
Home

AgentUp vs time

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

AgentUp
by always-further
time
by modelcontextprotocol
Stars★ 116★ 85,748
30d uses
Score4777
Official
Categories
AI / LLM ToolsDeveloper ToolsOps & Infra
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit1 mo agothis month

AgentUp · Summary

AgentUp is a Python-based AI agent framework with built-in MCP support for secure, portable agent deployment.

time · Summary

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

AgentUp · Use cases

  • Enterprise AI applications with security requirements and need for deterministic behavior
  • Multi-agent systems requiring secure inter-agent communication and orchestration
  • Development teams needing to share and reproduce agent environments across different stages

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

AgentUp · Install

Installation

Install AgentUp using pip:

pip install agentup

Create Your First Agent

agentup init

Start Your Agent

agentup run

MCP Configuration

AgentUp includes built-in support for Model Context Protocol (MCP) with full support for STDIO, SSE and Streamable HTTP. Configure MCP by adding the configuration in your agent setup, similar to how you would for Claude, Cursor or VSCode.

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.