ida-mcp-server-plugin

taida957789/ida-mcp-server-plugin
★ 185 stars Python 🤖 AI/LLM Updated 1mo ago
IDA Pro Plugin for serving MCP SSE server for cursor / claude
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ida-mcp-server-plugi": {
      "command": "uvx",
      "args": [
        "ida-mcp-server-plugin"
      ]
    }
  }
}

Or install with pip: pip install ida-mcp-server-plugin