IDA Pro MCP Server

by fdrechsler
Verified

run_ida_command

Execute an IDA Pro Script (IdaPython, Version IDA 8.3)

Input Schema

NameRequiredDescriptionDefault
outputPathNoabsolute Path to save the scripts output to
scriptPathYesabsolute Path to the script file to execute

Input Schema (JSON Schema)

{ "properties": { "outputPath": { "description": "absolute Path to save the scripts output to", "type": "string" }, "scriptPath": { "description": "absolute Path to the script file to execute", "type": "string" } }, "required": [ "scriptPath" ], "type": "object" }