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

What is ida-mcp-server?

ida-mcp-server is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to model context protocol server for ida interaction and automation. this server provides tools to read ida database via large language models.

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

This server falls under the APIs category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

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

Frequently Asked Questions about ida-mcp-server

What is ida-mcp-server?

ida-mcp-server is a Model Context Protocol (MCP) server that model context protocol server for ida interaction and automation. this server provides tools to read ida database via large language models. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install ida-mcp-server?

Install via npm with the command: npx -y mcp-server-ida. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with ida-mcp-server?

ida-mcp-server works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is ida-mcp-server free to use?

Yes, ida-mcp-server is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More APIs MCP Servers

Explore all apis servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

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