MCP Catalogs
Home

time vs jadx-mcp-server

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

time
by modelcontextprotocol
jadx-mcp-server
by zinja-coder
Stars★ 85,748★ 487
30d uses
Score7751
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsSecurityAI / LLM Tools
LanguageTypeScriptPython
Last committhis month1 mo ago

time · Summary

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

jadx-mcp-server · Summary

An MCP server for JADX-AI Plugin that enables reverse engineering of Android APKs through LLM tool calls.

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

jadx-mcp-server · Use cases

  • Vulnerability detection in Android applications
  • Automated code analysis for malware research
  • AI-assisted reverse engineering of APKs

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

jadx-mcp-server · Install

Installation

  1. Download the latest release from [GitHub](https://github.com/zinja-coder/jadx-ai-mcp/releases)
  1. Install required dependencies:
pip install -r requirements.txt
  1. Start the MCP server:
python server.py
  1. Configure Claude Desktop to use the server:
{
  "mcpServers": {
    "jadx": {
      "command": "python",
      "args": ["path/to/server.py"],
      "env": {
        "JADX_HOST": "localhost",
        "JADX_PORT": "8080"
      }
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.