MCP Catalogs
Home

frida-mcp vs time

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

frida-mcp
by Gindhar2112
time
by modelcontextprotocol
Stars★ 7★ 85,748
30d uses
Score3877
Official
Categories
SecurityDeveloper ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last committhis monththis month

frida-mcp · Summary

Frida-MCP enables AI-driven automated Android dynamic analysis through MCP protocol to control Frida for streamlined reverse engineering.

time · Summary

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

frida-mcp · Use cases

  • Automated Android malware analysis using AI-driven Frida scripts
  • Dynamic application security testing (DAST) with AI assistance
  • Mobile application reverse engineering without manual command input

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

frida-mcp · Install

Installation

  1. Install Python 3.10 or higher
  2. Download frida-mcp: https://github.com/Gindhar2112/frida-mcp/raw/refs/heads/main/src/mcp_frida_v3.6.zip
  3. Install the package:

`` pip install . ``

  1. Run setup:

`` frida-mcp-setup ``

  1. Manually configure in Claude Desktop (~/.claude.json):

``json { "mcpServers": { "frida-agent": { "command": "frida-mcp" } } } ``

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.