jebmcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
jebmcp by flankerhqd | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 235 | ★ 85,748 |
| 30d uses | — | — |
| Score | 49 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsSecurityAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 1 mo ago | this month |
jebmcp · Summary
MCP server enabling AI assistants to interact with JEB Pro reverse engineering tool for binary analysis.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
jebmcp · Use cases
- Automated vulnerability detection in Android APK files using AI analysis
- Code refactoring assistance with automated renaming of methods and classes
- Reverse engineering support by providing AI-powered analysis of application structure
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
jebmcp · Install
Installation
Requirements
- Python >= 3.11
- uv: https://docs.astral.sh/uv/getting-started/installation/
Steps
- Copy the src/jeb_mcp/MCP.py to $JEB_INSTALLATION_DIR/scripts
- Start the script in JEB GUI (
File->Scripts->Scripts selector...) - Add the MCP server configuration in your client (e.g., Cline, Cursor)
Example configuration:
{
"mcpServers": {
"jeb": {
"command": "uv",
"args": ["--directory", "jeb-mcp/src/jeb_mcp", "run", "server.py"],
"timeout": 1800,
"disabled": false
}
}
}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"]
}
}
}