MCP Catalogs
Home

esp32_nat_router vs ida-pro-mcp

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

esp32_nat_router
by martin-ger
ida-pro-mcp
by mrexodia
Stars★ 1,956★ 8,558
30d uses
Score5460
Official
Categories
Ops & InfraSecurityMonitoring
SecurityDeveloper ToolsAI / LLM Tools
LanguageCPython
Last committhis monththis month

esp32_nat_router · Summary

ESP32 NAT Router firmware with MCP Bridge for AI-controlled networking features.

ida-pro-mcp · Summary

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

esp32_nat_router · Use cases

  • AI-controlled network management and monitoring
  • Home Assistant integration with presence detection
  • Simple IoT network segmentation with guest access

ida-pro-mcp · Use cases

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

esp32_nat_router · Install

Installation

  1. Flash the firmware to your ESP32 using one of these methods:

- Web Installer (easiest): Visit [https://martin-ger.github.io/esp32_nat_router/](https://martin-ger.github.io/esp32_nat_router/) - Command Line with esptool: Use the pre-built binaries

  1. First boot configuration:

- Connect to the 'ESP32_NAT_Router' WiFi network - Open http://esp32-nat-router.local in your browser - Configure upstream WiFi and AP settings - Click 'Save & Reboot'

Claude Desktop Configuration

Add to Claude Desktop config.json:

{
  "mcpServers": {
    "esp32-nat-router": {
      "command": "npx",
      "args": ["@martin-ger/esp32-nat-router-mcp"]
    }
  }
}

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.