ida-mcp-server-plugin

IDA Pro Plugin for serving MCP SSE server for cursor / claude

GitHub Stars

144

User Rating

Not Rated

Favorites

0

Views

39

Forks

27

Issues

3

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

IDA Pro: Version 9.0 or higher
Python: Required to install dependencies

Installation Steps

1Install dependencies:
bash
   pip install -r requirements.txt
   
2Copy the ida-mcp-server.py file to the IDA Pro plugins directory:
- Windows: %Programfiles%\IDA Pro 9.0\plugins\ - Linux: ~/.idapro/plugins/ - macOS: ~/Library/Application Support/IDA Pro/plugins/

Troubleshooting

Issue: Plugin not functioning correctly Solution: Ensure Python and dependencies are installed correctly.

Additional Resources