ida-mcp-server

v1.0.0APIsstable

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

idamcpai-integration
Share:
542
Stars
0
Downloads
0
Weekly
0/5

About

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

Features

  • ida_get_function_assembly_by_name
  • ida_get_function_assembly_by_address
  • ida_get_function_decompiled_by_name
  • ida_get_function_decompiled_by_address
  • ida_get_global_variable_by_name

Use Cases

Get assembly code for a function by name
Get assembly code for a function by address
Get decompiled pseudocode for a function by name
Get decompiled pseudocode for a function by address
Get information about a global variable by name
LicenseMIT License
Languagepython
Versionv1.0.0
UpdatedMay 20, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y mcp-server-ida

Manual Installation

npx -y mcp-server-ida

Examples

No examples available for this server.

Configuration

Configuration Details

Config File

claude_desktop_config.json

Web UI

Not available

Security

Authentication

RequiredNo

Features

Data Encryption
Audit Logging
RBAC Support

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

More APIs MCP Servers

Explore other servers in the APIs category.

Quick Config Preview

{ "mcpServers": { "ida": { "command": "npx", "args": ["-y", "mcp-server-ida"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use ida-mcp-server?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides