Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Ida Mcp Server

    A Model Context Protocol server for IDA Python-based implementation.

    484 stars
    Python
    Updated Oct 18, 2025

    Table of Contents

    • Overview
    • Installation
    • Using uv (recommended)
    • Using PIP
    • IDA-Side
    • Configuration
    • Usage with Claude Desktop
    • Debugging
    • Development
    • UVX
    • Alternatives
    • Screenshots

    Table of Contents

    • Overview
    • Installation
    • Using uv (recommended)
    • Using PIP
    • IDA-Side
    • Configuration
    • Usage with Claude Desktop
    • Debugging
    • Development
    • UVX
    • Alternatives
    • Screenshots

    Documentation

    IDA MCP Server

    [!NOTE]

    The idalib mode is under development, and it will not require installing the IDA plugin or running IDA (idalib is available from IDA Pro 9.0+).

    Overview

    A Model Context Protocol server for IDA interaction and automation. This server provides tools to read IDA database via Large Language Models.

    Please note that mcp-server-ida is currently in early development. The functionality and available tools are subject to change and expansion as we continue to develop and improve the server.

    Installation

    Using uv (recommended)

    When using [uv](https://docs.astral.sh/uv/) no specific installation is needed. We will

    use [uvx](https://docs.astral.sh/uv/guides/tools/) to directly run *mcp-server-ida*.

    Using PIP

    Alternatively you can install mcp-server-ida via pip:

    code
    pip install mcp-server-ida

    After installation, you can run it as a script using:

    code
    python -m mcp_server_ida

    IDA-Side

    Copy repository/plugin/ida_mcp_server_plugin.py and repository/plugin/ida_mcp_server_plugin directory into IDAs plugin directory

    Windows: %APPDATA%\Hex-Rays\IDA Pro\plugins

    Linux/macOS: $HOME/.idapro/plugins eg: ~/.idapro/plugins

    igors-tip-of-the-week-103-sharing-plugins-between-ida-installs

    Configuration

    Usage with Claude Desktop

    Add this to your claude_desktop_config.json:

    Using uvx

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

    Using pip installation

    json
    "mcpServers": {
      "ida": {
        "command": "python",
        "args": [
            "-m", 
            "mcp_server_ida"
        ]
      }
    }

    Debugging

    You can use the MCP inspector to debug the server. For uvx installations:

    code
    npx @modelcontextprotocol/inspector uvx mcp-server-ida

    Or if you've installed the package in a specific directory or are developing on it:

    code
    cd path/to/mcp-server-ida/src
    npx @modelcontextprotocol/inspector uv run mcp-server-ida

    Running tail -n 20 -f ~/Library/Logs/Claude/mcp*.log will show the logs from the server and may

    help you debug any issues.

    Development

    If you are doing local development, there are two ways to test your changes:

    1. Run the MCP inspector to test your changes. See Debugging for run instructions.

    2. Test using the Claude desktop app. Add the following to your claude_desktop_config.json:

    UVX

    json
    {
    "mcpServers": {
      "ida": {
        "command": "uv",
        "args": [ 
          "--directory",
          "/",
          "run",
          "mcp-server-ida"
        ]
      }
    }

    Alternatives

    ida-pro-mcp

    ida-mcp-server-plugin

    mcp-server-idapro

    pcm

    Screenshots

    Screenshot 1

    Screenshot 2

    Screenshot 3

    Similar MCP

    Based on tags & features

    • MA

      Manim Mcp Server

      Python·
      490
    • DA

      Davinci Resolve Mcp

      Python·
      327
    • BI

      Biomcp

      Python·
      327
    • CH

      Chuk Mcp Linkedin

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MA

      Manim Mcp Server

      Python·
      490
    • DA

      Davinci Resolve Mcp

      Python·
      327
    • BI

      Biomcp

      Python·
      327
    • CH

      Chuk Mcp Linkedin

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k