MCP Catalogs
Home

ClueoMCP vs time

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

ClueoMCP
by ClueoFoundation
time
by modelcontextprotocol
Stars★ 74★ 85,748
30d uses
Score4377
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last commit10 mo agothis month

ClueoMCP · Summary

Universal AI personality layer using Big Five psychology model for consistent behavior across MCP-compatible platforms.

time · Summary

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

ClueoMCP · Use cases

  • Enterprise brand consistency across AI interactions
  • Creating context-aware AI personalities for different departments
  • Personal AI enhancement with project-specific personalities

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

ClueoMCP · Install

Installation

NPM Install (Recommended)

npm install -g @openclueo/mcp

Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "clueo-mcp": {
      "command": "@openclueo/mcp",
      "env": {
        "CLUEO_API_URL": "https://backend.clueoai.com",
        "CLUEO_API_KEY": "your_api_key_here"
      }
    }
  }
}

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.