MCP Catalogs
Home

iron-manus-mcp vs time

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

iron-manus-mcp
by dnnyngyen
time
by modelcontextprotocol
Stars★ 65★ 85,748
30d uses
Score4677
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit3 mo agothis month

iron-manus-mcp · Summary

Model Context Protocol server for AI workflow orchestration with 8-phase agent delegation and todo-based task dispatch.

time · Summary

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

iron-manus-mcp · Use cases

  • Multi-agent AI systems requiring task decomposition and coordination
  • API integration and discovery with security protection
  • Complex project planning and execution with phase-based workflows
  • Python computational tasks in isolated environments

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

iron-manus-mcp · Install

Installation

From source:

git clone https://github.com/dnnyngyen/iron-manus-mcp
cd iron-manus-mcp
npm install
npm run build
npm start

Docker:

docker build -t iron-manus-mcp .
docker run -d --name iron-manus-mcp iron-manus-mcp

MCP Integration: Add to Claude Code:

claude mcp add iron-manus-mcp node dist/index.js

Or add to your MCP config:

{
  "mcpServers": {
    "iron-manus-mcp": {
      "command": "node",
      "args": ["path/to/iron-manus-mcp/dist/index.js"]
    }
  }
}

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.