Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ”’ Security
  3. Ida Pro MCP
Ida Pro MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 2:30:48 PM

Ida Pro MCP

User RatingsBe the first to rate and review this MCP server!
View Repository12.0k GitHub StarsTotal stargazers on GitHub for the source repository (11,968 stars).Visit Website
ida-proreverse-engineeringbinary-analysismalware-analysis

Connects AI assistants to IDA Pro for decompilation, disassembly, database changes, and reverse-engineering workflows.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "mrexodia-ida-pro-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/inspector"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ”’ More in Security

Overview

The mrexodia/ida-pro-mcp MCP server connects supported AI clients to IDA Pro for binary analysis. It exposes workflows around decompilation, disassembly, database inspection, comments, renaming, and type changes, with an integer-conversion tool for analysis prompts. It requires Python 3.11 or newer, IDA Pro 8.3 or newer, activated idalib, and uv. Use it when an agent needs to inspect or annotate binaries inside IDA Pro; headless analysis is available through the related idalib-mcp mode.

Use cases

β€’Analyze crackmes with decompilation and disassembly
β€’Inspect suspicious binaries in IDA Pro
β€’Annotate functions and rename variables during reverse engineering
β€’Generate Markdown findings from an analysis session

Key features

β€’IDA Pro decompilation access
β€’Disassembly inspection
β€’Database comments, renaming, and type updates
β€’Integer conversion through int_convert
β€’stdio and HTTP/SSE transports
β€’Headless idalib database workers

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Ida Pro MCP.

Extracted Tool Capabilities
IDA Pro decompilation access
Disassembly inspection
Database comments, renaming, and type updates
Integer conversion through int_convert
stdio and HTTP/SSE transports
Headless idalib database workers

How Ida Pro MCP works

What mrexodia/ida-pro-mcp does

The mrexodia/ida-pro-mcp MCP server lets an MCP-compatible AI client work with an IDA Pro analysis database. Its intended use is interactive reverse engineering: an agent can retrieve analysis information, inspect decompiler output, examine assembly when needed, and improve the database by adding comments, renaming functions or variables, and correcting types.

The project is aimed at binary-analysis workflows such as crackme investigation and malware analysis. The README also describes producing Markdown findings and reports as part of an agent-driven process. Results depend on the quality of the underlying IDA analysis and on how specifically the agent is prompted.

How it works

The server runs alongside IDA Pro and makes IDA analysis operations available through MCP. A supported client sends requests to the server, which works against the open analysis database. The project supports stdio and HTTP/SSE operation. An SSE endpoint can be started on a local address, while stdio is intended for clients that launch the process directly.

For headless use, the repository documents the idalib-mcp supervisor. It can open a binary at startup or start without one and later load files with idb_open(...). Each open database uses its own worker process. Workers can outlive the supervisor, can be adopted by a later supervisor on the same host, and exit after an idle period without requests.

Setup and configuration

Use Python 3.11 or later and IDA Pro 8.3 or later; IDA Free is not supported. The README recommends IDA 9 and requires idalib to be activated globally with idapyswitch. The activation step uses the Python activation script shipped with the local IDA installation. The uv tool must also be installed and available on PATH.

Installation options include plugins for Claude Code and Codex, a Kimi Code plugin, and manual GUI installation. The manual route installs the project from its GitHub archive and then runs ida-pro-mcp --install to configure the MCP servers and IDA plugin. IDA and the MCP client must be fully restarted after that installation. The README notes that the GUI plugin is no longer recommended and is expected to be deprecated in favor of idalib-mcp.

Tools and capabilities

The documented workflow supports:

  • Retrieving decompiler output and disassembly for investigation.
  • Adding analysis comments to the IDA database.
  • Renaming functions and variables to clarify behavior.
  • Changing function, variable, and argument types, including pointer and array types.
  • Converting integer representations with the int_convert MCP tool.
  • Opening binaries in headless sessions with idb_open(...).
  • Connecting through stdio or an HTTP/SSE transport.

The mrexodia/ida-pro-mcp MCP server is intended to help an agent derive conclusions from the binary rather than rely on assumptions. The supplied prompting guidance recommends resolving library code with tools such as Lumina or FLIRT and addressing obfuscation before asking an LLM to analyze difficult samples.

Limitations and notes

IDA Pro licensing and installation are prerequisites, and IDA Free cannot be used. The README warns that language models can hallucinate, especially when interpreting numeric conversions, so prompts should direct them to use int_convert instead of converting bases independently. Obfuscated codeβ€”including encrypted strings, import hashing, control-flow flattening, code encryption, and anti-decompilation techniquesβ€”can reduce analysis accuracy.

The repository documents automatic report creation as a workflow outcome, not as a substitute for validating the agent's conclusions. For headless operation, use the documented idalib-mcp commands rather than assuming the GUI plugin is required. Database workers are host-local and persistent until their idle timeout; this behavior does not provide a separate shared-mode switch.

The mrexodia/ida-pro-mcp MCP server should therefore be selected when the environment already has a compatible, licensed IDA Pro installation and the user wants an MCP client to assist with reverse engineering inside that environment.

Getting started with this mrexodia/ida-pro-mcp MCP server

Always refer to the official documentation for the most accurate and up-to-date information.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Security View all alternatives
  • Apktool MCP Server logoApktool MCP Server

    APKTool MCP Server is a MCP server for the Apk Tool to provide automation in reverse engineering of Android APKs.

    πŸ”’ Security3 views
    Compare vs Apktool MCP Server β†’
  • GhidraMCP logoGhidraMCP

    A Model Context Protocol server for Ghidra that enables LLMs to autonomously reverse engineer applications. Provides tools for decompiling binaries, renaming methods and data, and listing methods, classes, imports, and exports.

    πŸ”’ Security3 views
    Compare vs GhidraMCP β†’
  • Jadx AI MCP logoJadx AI MCP

    JADX-AI-MCP is a plugin and MCP Server for the JADX decompiler that integrates directly with Model Context Protocol (MCP) to provide live reverse engineering support with LLMs like Claude.

    πŸ”’ Security3 views
    Compare vs Jadx AI MCP β†’
  • GhidraMCP logoGhidraMCP

    MCP server for integrating Ghidra with AI assistants. This plugin enables binary analysis, providing tools for function inspection, decompilation, memory exploration, and import/export analysis via the Model Context Protocol.

    πŸ”’ Security11 views
    Compare vs GhidraMCP β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
11k
Stargazers on the source repository.
Last commit
14d ago
Most recent push to the default branch.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Ida Pro MCP

The README documents Claude Code, Codex, Kimi Code, and manual GUI installation. Manual installation uses pip with the project's GitHub archive, followed by `ida-pro-mcp --install`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewIda Pro MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/mrexodia-ida-pro-mcp?style=directory)](https://allmcps.com/mcp/mrexodia-ida-pro-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/mrexodia-ida-pro-mcp"><img src="https://allmcps.com/api/badge/mrexodia-ida-pro-mcp?style=directory" alt="Ida Pro MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”’Security
PricingBring your own API key (usage-based cost)
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
ClientsCursor, Cline / VS Code, Windsurf
Last updatedSep 3, 2026
9/14 checks healthy over the last 32d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars11,968
GitHub Star CountTotal stargazers on GitHub representing community popularity (11,968 stars).
Last commit14d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 28, 2026
55Quality signal: Good Β· 55/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership6/20
Documentation & tools24/30
Adoption & activity10/15
Community engagement1/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

2 high-severity advisories on record for this package. Most advisories affect transitive dependencies and may not be exploitable in this server's actual usage β€” this is a directional signal, not a security audit.

Critical 1High 1Medium 0Low 0

Scanned 17d ago via OSV.dev Β· @modelcontextprotocol/inspector (npm)

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ”’ Security β†’Best MCP servers for Security β†’Alternatives to Ida Pro MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code