MCP Catalogs
Home

time vs nexo

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

time
by modelcontextprotocol
nexo
by wazionapps
Stars★ 85,748★ 20
30d uses
Score7743
Official
Categories
ProductivityDeveloper ToolsCommunication
AI / LLM ToolsKnowledge GraphProductivity
LanguageTypeScriptPython
Last committhis monththis month

time · Summary

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

nexo · Summary

NEXO Brain is a persistent memory system for AI agents that extends their capabilities with semantic RAG and 150+ MCP tools.

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

nexo · Use cases

  • Enhancing AI assistants with persistent memory and contextual awareness
  • Building knowledge management systems with semantic search and RAG
  • Creating personalized AI agents that learn and adapt over time

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"]
    }
  }
}

nexo · Install

Installation

NEXO Brain can be installed via npm:

npm install -g nexo-brain

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

{
  "mcpServers": {
    "nexo": {
      "command": "nexo",
      "args": ["serve"]
    }
  }
}

The system is also available as a Python package and can be used standalone.

Comparison generated from public README + GitHub signals. Last updated automatically.