IDA Pro MCP Server
@taida957789
关于 IDA Pro MCP Server
IDA Pro Plugin for serving MCP SSE server for cursor / claude
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"IDAPro": {
"type": "http",
"url": "http://127.0.0.1:3000/sse"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is 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. It enables AI assistants (such as Claude) to interact directly with IDA Pro for binary analysis tasks.
How to use IDA Pro MCP Server?
Copy the plugin file to the IDA Pro plugins directory, install Python dependencies with pip install -r requirements.txt, then open a binary in IDA Pro. The plugin automatically starts an MCP server on port 3000. Configure your AI assistant (e.g., Claude or VSCode) with the SSE endpoint http://127.0.0.1:3000/sse and type sse.
Key features of IDA Pro MCP Server?
- Query disassembly and pseudocode from any address
- List all functions, segments, imports, and exports
- Read data types: dword, word, byte, qword, float, double, string
- Get cross-references to a specified address
- Define or undefine functions at arbitrary addresses
- Retrieve all strings present in the binary file
Use cases of IDA Pro MCP Server?
- Analyze unknown malware by examining imports, strings, and entry points
- Reverse engineer algorithms using decompiled pseudocode and control flow
- Automate binary analysis workflows with an AI assistant connected to IDA Pro
- Trace API calls and cross-references during security research
- Document analysis results by querying functions and data step by step
FAQ from IDA Pro MCP Server
What version of IDA Pro is required?
The plugin is designed for and tested with IDA Pro version 9.0+.
How does the server communicate with an AI assistant?
It uses the Model Context Protocol (MCP) over SSE (Server-Sent Events) on `http://127.0.0.1:300
开发工具 分类下的更多 MCP 服务器
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
test
prysmaticlabsGo implementation of Ethereum proof of stake
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
评论