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 | — | — |
| Score | 77 | 60 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | MediaAI / LLM ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | this 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
- Download and install Nuclear from [Releases page](https://github.com/nukeop/nuclear/releases)
- Launch Nuclear and enable MCP server in Settings → Integrations
- 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/mcpCodex CLI
codex mcp add nuclear --url http://127.0.0.1:8800/mcp