ida-mcp-server
The IDA MCP Server facilitates interaction and automation with IDA databases using Large Language Models.
This server provides tools that enable users to read and interact with IDA databases through the Model Context Protocol. It is designed to streamline the process of automation and enhance the capabilities of IDA by leveraging advanced language models. As the server is still in early development, users can expect ongoing improvements and additional features as the project evolves. The server can be run using different methods, including the recommended `uv` tool or via pip installation. Users can easily configure their environment to integrate with Claude Desktop, allowing for seamless operation and debugging. The MCP inspector tool is also available for users to troubleshoot and optimize their server interactions.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"ida-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-ida-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions