Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/mrexodia/ida-pro-mcp/llms.txt

Use this file to discover all available pages before exploring further.

IDA Pro MCP can be installed in three ways depending on how you work. The GUI plugin runs alongside an open IDA Pro window and is the easiest starting point. The headless idalib mode lets you analyze files programmatically without the GUI. Claude Code users can install through the plugin marketplace with a single command.
Prerequisites: IDA Pro 8.3 or higher (IDA Pro 9 recommended), Python 3.11 or higher, and a licensed copy of IDA Pro. IDA Free does not support plugins and cannot be used.

Installation methods

The Claude Code plugin marketplace provides a one-command install that handles idalib configuration automatically.Step 1 — Add the marketplace and install the plugin:
claude plugin marketplace add mrexodia/claude-marketplace
claude plugin install ida-pro-mcp@mrexodia
Step 2 — Activate idalib globally (required before first use):
uv run "C:\Program Files\IDA Professional 9.3\idalib\python\py-activate-idalib.py"
This requires uv to be installed. Adjust the path to match your IDA Pro version.To update to the latest version:
claude plugin update ida-pro-mcp@mrexodia

Configuring other MCP clients

For clients not covered by the interactive installer, run the following command to print the JSON configuration block:
ida-pro-mcp --config
This prints the stdio, streamable HTTP, and SSE configuration snippets. Paste the appropriate block into your client’s MCP configuration file.

Supported MCP clients

The --install command can configure these clients automatically:
ClientPlatform
Amazon Q Developer CLIWindows, macOS, Linux
Augment CodeWindows, macOS, Linux
Claude (desktop)Windows, macOS
Claude CodeWindows, macOS, Linux
ClineWindows, macOS, Linux
CodexWindows, macOS, Linux
Copilot CLIWindows, macOS, Linux
CrushWindows, macOS, Linux
CursorWindows, macOS, Linux
Gemini CLIWindows, macOS, Linux
Kilo CodeWindows, macOS, Linux
KiroWindows, macOS, Linux
LM StudioWindows, macOS, Linux
OpencodeWindows, macOS, Linux
Qodo GenWindows, macOS, Linux
Qwen CoderWindows, macOS, Linux
Roo CodeWindows, macOS, Linux
TraeWindows, macOS, Linux
VS Code / VS Code InsidersWindows, macOS, Linux
WarpWindows, macOS, Linux
WindsurfWindows, macOS, Linux
ZedWindows, macOS, Linux
For any other MCP-compatible client, use ida-pro-mcp --config to get the raw configuration JSON.

Build docs developers (and LLMs) love