MCP Catalogs
Home

time vs BloodHound-MCP-AI

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

time
by modelcontextprotocol
BloodHound-MCP-AI
by MorDavid
Stars★ 85,748★ 353
30d uses
Score7747
Official
Categories
ProductivityDeveloper ToolsCommunication
SecurityKnowledge GraphDeveloper Tools
LanguageTypeScriptPython
Last committhis month12 mo ago

time · Summary

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

BloodHound-MCP-AI · Summary

MCP server connecting BloodHound with AI for natural language Active Directory security analysis.

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

BloodHound-MCP-AI · Use cases

  • Visualize and analyze Active Directory attack paths without knowing Cypher queries
  • Assess AD security posture by identifying potential privilege escalation paths
  • Generate comprehensive security reports for stakeholders using natural language

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

BloodHound-MCP-AI · Install

Installation

  1. Clone this repository:

``bash git clone https://github.com/MorDavid/BloodHound-MCP-AI.git cd BloodHound-MCP-AI ``

  1. Install dependencies:

``bash pip install -r requirements.txt ``

  1. Configure the MCP Server in Claude Desktop:

```json { "mcpServers": { "BloodHound-MCP": { "command": "python", "args": [ "<Your_Path>\\BloodHound-MCP.py" ], "env": { "BLOODHOUND_URI": "bolt://localhost:7687", "BLOODHOUND_USERNAME": "neo4j", "BLOODHOUND_PASSWORD": "bloodhoundcommunityedition" } } } }

Comparison generated from public README + GitHub signals. Last updated automatically.