by taida957789 · MCP Server · ★ 185
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
IDA Pro MCP Server IDA Pro MCP Server is a plugin that allows remote querying and control of IDA Pro through the Model Context Protocol (MCP) interface. This plugin enables AI assistants (such as Claude) to interact directly with IDA Pro for binary analysis tasks. Overview This server provides a series of tools that allow AI assistants to perform the following operations: Get byte data from specific addresses Get disassembly code Get decompiled pseudocode Query function names Get segment information List all functions Find cross-references Get import/export tables Get entry points Define/undefine functions Get various data types (dword, word, byte, qword, float, double, string) Get all strings in the binary file Get the length of the instruction at the specified address Installation Note: This plugin is designed for and tested with IDA Pro version 9.0+. Ensure Python and related dependencies are installed: Copy the file to the IDA Pro plugins directory: Windows: Linux: macOS: Configure Claude / VSCode Add the following configuration to the file in Claude or VSCode
| Stars | 185 |
| Forks | 35 |
| Language | Python |
| Category | MCP Server |
| License | MIT |
| Quality Score | 73.3193256224226/100 |
| Open Issues | 3 |
| Last Updated | 2025-05-26 |
| Created | 2025-03-25 |
| Platforms | claude-code, mcp, python |
| Est. Tokens | ~2k |
These tools work well together with ida-mcp-server-plugin for enhanced workflows:
Explore other popular mcp server tools:
ida-mcp-server-plugin is IDA Pro Plugin for serving MCP SSE server for cursor / claude. It is categorized as a MCP Server with 185 GitHub stars.
ida-mcp-server-plugin is primarily written in Python.
You can find installation instructions and usage details in the ida-mcp-server-plugin GitHub repository at github.com/taida957789/ida-mcp-server-plugin. The project has 185 stars and 35 forks, indicating an active community.
ida-mcp-server-plugin is released under the MIT license, making it free to use and modify according to the license terms.