#python 3.11及以上,IDA PRO 9
pip install --upgrade git+https://github.com/mrexodia/ida-pro-mcp
ida-pro-mcp --install
打开ida,开启MCP
运行命令获取mcp配置文件
C:\Users\Administrator>ida-pro-mcp --config
{
"mcpServers": {
"github.com/mrexodia/ida-pro-mcp": {
"command": "D:\\envirment\\Python\\Python3.11.9\\python.exe",
"args": [
"D:\\envirment\\Python\\Python3.11.9\\Lib\\site-packages\\ida_pro_mcp\\server.py"
],
"timeout": 1800,
"disabled": false
}
}
}
填入cursor中
填好后就可以看到可以使用功能了
然后就可以happy hacking了