MCP Catalogs
Home

time vs regenerator2000

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

time
by modelcontextprotocol
regenerator2000
by ricardoquesada
Stars★ 85,748★ 158
30d uses
Score7748
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsAI / LLM ToolsOther
LanguageTypeScriptRust
Last committhis monththis month

time · Summary

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

regenerator2000 · Summary

Interactive 6502 disassembler with MCP server for AI-assisted reverse engineering.

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

regenerator2000 · Use cases

  • AI-assisted reverse engineering of Commodore 8-bit software
  • Automated code analysis and symbol naming in binary files
  • Integration with AI tools for 6502 program classification and documentation

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

regenerator2000 · Install

Install Regenerator 2000:

cargo install regenerator2000

To run the MCP server:

regenerator2000 --mcp-server

Claude Desktop configuration:

{
  "mcpServers": {
    "regenerator": {
      "command": "regenerator2000",
      "args": ["--mcp-server-stdio"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.