MCP Catalogs
Home

LitterBox vs time

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

LitterBox
by BlackSnufkin
time
by modelcontextprotocol
Stars★ 1,422★ 85,748
30d uses
Score5377
Official
Categories
SecurityDeveloper ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageYARATypeScript
Last committhis monththis month

LitterBox · Summary

Red team payload sandbox with EDR integration and MCP tools for automated analysis.

time · Summary

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

LitterBox · Use cases

  • Red teams testing payloads against EDR detection systems
  • Malware analysts evaluating detection bypass techniques
  • Security researchers developing and testing YARA rules

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

LitterBox · Install

Installation

**Windows:**

git clone https://github.com/BlackSnufkin/LitterBox.git
cd LitterBox
python -m venv venv
.\venv\Scripts\Activate.ps1
pip install -r requirements.txt
python litterbox.py

**Linux (Docker):**

git clone https://github.com/BlackSnufkin/LitterBox.git
cd LitterBox/Docker
chmod +x setup.sh
./setup.sh

**MCP Configuration:** Add to Claude Desktop configuration:

{
  "mcpServers": {
    "litterbox": {
      "command": "python",
      "args": ["/path/to/LitterBox/litterbox.py"],
      "env": {}
    }
  }
}

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.