ida-mcp-server-plugin
IDA Pro MCP Server is a plugin that allows AI assistants to interact with IDA Pro for binary analysis tasks.
This server enables remote querying and control of IDA Pro through the Model Context Protocol (MCP) interface. It provides a variety of tools for AI assistants to perform operations such as retrieving byte data, disassembly code, decompiled pseudocode, and function names. Additionally, it allows for querying segment information, finding cross-references, and obtaining import/export tables, among other functionalities. The plugin is designed to enhance the capabilities of AI assistants like Claude by allowing them to directly interact with IDA Pro, making binary analysis more efficient and streamlined. Users can easily set up the server and connect their AI assistants to perform a wide range of analysis tasks on binary files.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"ida-mcp-server-plugin": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-ida-mcp-server-plugin"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions