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 | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsOps & Infra | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 1 mo ago | this 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 agentupCreate Your First Agent
agentup initStart Your Agent
agentup runMCP 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"]
}
}
}