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 | — | — |
| Score | 38 | 77 |
| Official | — | ✓ |
| Categories | SecurityDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this 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
- Install Python 3.10 or higher
- Download frida-mcp: https://github.com/Gindhar2112/frida-mcp/raw/refs/heads/main/src/mcp_frida_v3.6.zip
- Install the package:
`` pip install . ``
- Run setup:
`` frida-mcp-setup ``
- 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"]
}
}
}