MCP Catalogs
Home

cross-code-organizer vs time

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

cross-code-organizer
by mcpware
time
by modelcontextprotocol
Stars★ 318★ 85,748
30d uses
Score5077
Official
Categories
Developer ToolsAI / LLM ToolsSecurity
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last commit1 mo agothis month

cross-code-organizer · Summary

Cross-platform configuration dashboard for AI coding tools including Claude Code and Codex CLI with MCP server management.

time · Summary

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

cross-code-organizer · Use cases

  • Managing multiple MCP servers across different AI coding projects
  • Identifying and removing duplicate memories and configurations
  • Scanning for potentially compromised MCP servers with hidden instructions

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

cross-code-organizer · Install

Installation

  1. Run directly with npx: npx @mcpware/cross-code-organizer
  1. For Claude Desktop integration:
{
  "mcpServers": {
    "cross-code-organizer": {
      "command": "npx",
      "args": ["@mcpware/cross-code-organizer"]
    }
  }
}

First run auto-installs a /cco skill for Claude Code. Codex users can run the same npx command directly, then switch harnesses from the sidebar.

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.