MCP Catalogs
Home

agentor vs time

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

agentor
by CelestoAI
time
by modelcontextprotocol
Stars★ 180★ 85,748
30d uses
Score4877
Official
Categories
AI / LLM ToolsDeveloper ToolsCommunication
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit2 mo agothis month

agentor · Summary

Agentor is a comprehensive framework for building and deploying AI agents with MCP server capabilities, tools, and agent-to-agent communication.

time · Summary

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

agentor · Use cases

  • Building custom MCP servers with FastAPI compatibility
  • Creating and deploying AI agents with specialized skills
  • Implementing agent-to-agent communication protocols

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

agentor · Install

pip install agentor

For Claude Desktop integration, add the following to your claude_desktop_config.json:

{
  "mcpServers": {
    "agentor": {
      "command": "python",
      "args": ["-m", "agentor.mcp"]
    }
  }
}

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.