Ida MCP Server Plugin
UnclaimedIDA Pro Plugin for serving MCP SSE server for cursor / claude
Install
pip install -r requirements.txtUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (21)
get_byte_at
Get the byte at a specified address
get_bytes
Get bytes at a specified address
get_decompiled_func
Get pseudocode of the function containing the specified address
get_disasm
Get disassembly at a specified address
get_double_at
Get the double at a specified address
get_dword_at
Get the dword at a specified address
get_entry_point
Get the entry point of the binary
get_exports
Get all exported functions
get_float_at
Get the float at a specified address
get_function_name
Get function name at a specified address
get_functions
Get all functions in the binary
get_imports
Get all imported functions
get_qword_at
Get the qword at a specified address
get_segments
Get all segment information
get_string_at
Get the string at a specified address
get_string_list
Get all strings in the binary
get_strings
Get all strings in the binary (with addresses)
get_word_at
Get the word at a specified address
get_xrefs_to
Get all cross-references to a specified address
make_function
Create a function at a specified address
undefine_function
Undefine a function at a specified address