ida-pro-mcp

GrecAndrei/ida-pro-mcp
★ 6 stars Python AI/LLM Updated today
MCP server that gives LLM agents deterministic access to IDA Pro: decompilation with CFG/data-flow evidence, cross-references, local-embedding semantic search, and an evidence-backed findings workspace.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ida-pro-mcp": {
      "command": "uvx",
      "args": [
        "ida-pro-mcp"
      ]
    }
  }
}

Or install with pip: pip install ida-pro-mcp

Topics

binary-analysisclaudedecompilerfirmware-analysisida-pluginida-proidapythonllmmalware-analysismcpmcp-servermodel-context-protocolreverse-engineeringstatic-analysis