MCP Catalogs
Home

time vs ida-pro-mcp

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

time
by modelcontextprotocol
ida-pro-mcp
by mrexodia
Stars★ 85,748★ 8,558
30d uses
Score7760
Official
Categories
ProductivityDeveloper ToolsCommunication
SecurityDeveloper ToolsAI / LLM Tools
LanguageTypeScriptPython
Last committhis monththis month

time · Summary

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

ida-pro-mcp · Summary

IDA Pro MCP server enabling AI-powered reverse engineering through MCP protocol integration.

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-pro-mcp · Use cases

  • Automated malware analysis with AI assistance
  • Binary vulnerability research and identification
  • Software reverse engineering and deobfuscation

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

ida-pro-mcp · Install

Installation (Claude Code)

claude plugin marketplace add mrexodia/claude-marketplace
claude plugin install ida-pro-mcp@mrexodia

To update to the latest version:

claude plugin update ida-pro-mcp@mrexodia

**Note**: This requires having idalib activated globally and [uv](https://astral.sh/uv) installed.

Installation (Manual)

pip install https://github.com/mrexodia/ida-pro-mcp/archive/refs/heads/main.zip
ida-pro-mcp --install
Comparison generated from public README + GitHub signals. Last updated automatically.