MCP Catalogs
Home

time vs nuclear

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

time
by modelcontextprotocol
nuclear
by nukeop
Stars★ 85,748★ 17,623
30d uses
Score7760
Official
Categories
ProductivityDeveloper ToolsCommunication
MediaAI / LLM ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis monththis month

time · Summary

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

nuclear · Summary

Streaming music player that integrates an MCP server for AI control.

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

nuclear · Use cases

  • AI-assisted music discovery and playlist creation
  • Automated background music control for smart environments
  • Voice-controlled music systems through AI intermediaries

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

nuclear · Install

Installation

  1. Download and install Nuclear from [Releases page](https://github.com/nukeop/nuclear/releases)
  2. Launch Nuclear and enable MCP server in Settings → Integrations
  3. Add to your MCP client:

Claude Desktop / Cursor / Windsurf

{
  "mcpServers": {
    "nuclear": {
      "url": "http://127.0.0.1:8800/mcp"
    }
  }
}

Claude Code

claude mcp add nuclear --transport http http://127.0.0.1:8800/mcp

Codex CLI

codex mcp add nuclear --url http://127.0.0.1:8800/mcp
Comparison generated from public README + GitHub signals. Last updated automatically.