MCP Catalogs
Home

time vs mitre-attack-mcp

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

time
by modelcontextprotocol
mitre-attack-mcp
by stoyky
Stars★ 85,748★ 40
30d uses
Score7742
Official
Categories
ProductivityDeveloper ToolsCommunication
SecurityKnowledge GraphDeveloper Tools
LanguageTypeScriptPython
Last committhis month10 mo ago

time · Summary

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

mitre-attack-mcp · Summary

MCP server providing 50+ tools for querying MITRE ATT&CK knowledge base with automatic Navigator layer generation.

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

mitre-attack-mcp · Use cases

  • Query detailed information about specific malware, tactics, or techniques
  • Generate visual ATT&CK Navigator layers for threat analysis
  • Discover relationships between threat actors and their tools

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

mitre-attack-mcp · Install

Installation

To clone and run this server, you'll need [Git](https://git-scm.com), [Python](https://www.python.org/), and [PipX](https://github.com/pypa/pipx) installed on your computer.

  1. Ensure Git, Python, and PipX have been installed using their official respective installation instructions for Windows/Mac/Linux
  2. Install the MCP Server using PipX
pipx install git+https://github.com/stoyky/mitre-attack-mcp

Configure with Claude AI Desktop

Add the following to your claude_desktop_config.json:

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