MCP Directory
Back

ida-mcp-server-plugin

by taida957789 · Python · ★ 187

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

Install

pip install git+https://github.com/taida957789/ida-mcp-server-plugin.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "ida-mcp-server-plugin": {
      "command": "uvx",
      "args": [
        "git+https://github.com/taida957789/ida-mcp-server-plugin.git"
      ]
    }
  }
}

From the README

[](https://mseep.ai/app/taida957789-ida-mcp-server-plugin) 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. 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 i…
Read full README on GitHub →

Related other servers