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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers