ida-mcp-rs vs time
Side-by-side comparison to help you pick between these two MCP servers.
ida-mcp-rs by blacktop | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 445 | ★ 85,748 |
| 30d uses | — | — |
| Score | 54 | 77 |
| Official | — | ✓ |
| Categories | SecurityDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | Rust | TypeScript |
| Last commit | this month | this month |
ida-mcp-rs · Summary
MCP server for AI-powered reverse engineering using IDA Pro, offering program analysis, decompilation, and scripting capabilities.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
ida-mcp-rs · Use cases
- Automated malware analysis using AI agents to identify suspicious behavior
- Binary auditing and vulnerability detection in software security research
- Software compatibility analysis and legacy code understanding
- Automated documentation generation for software reverse engineering projects
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
ida-mcp-rs · Install
Installation
Prerequisites
- IDA Pro 9.2+ with valid license (9.3sp1 recommended)
Install via Homebrew (macOS / Linux)
brew install blacktop/tap/ida-mcpInstall via Scoop (Windows)
scoop bucket add blacktop https://github.com/blacktop/scoop-bucket
scoop install blacktop/ida-mcpConfigure Claude Desktop
Add to your Claude Desktop configuration:
{
"mcpServers": {
"ida": {
"command": "ida-mcp",
"env": {
"IDA_MCP_TOOLSETS": "core,functions,disassembly,decompile,xrefs",
"IDA_MCP_READ_ONLY": "true"
}
}
}
}Direct Download
Binaries are available on [GitHub Releases](https://github.com/blacktop/ida-mcp-rs/releases).
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"]
}
}
}