npx claudepluginhub und3rf10w/ai-ghidra-tools --plugin ghidraAdd to your .mcp.json:
{
"mcpServers": {
"ghidra-mcp": {
"command": "python3",
"args": [
"${CLAUDE_PLUGIN_ROOT}/servers/ghidra-mcp/server.py"
],
"env": {
"GHIDRA_INSTALL": "${GHIDRA_INSTALL}",
"GHIDRA_WORKSPACE": "${HOME}/.claude/ghidra-workspace"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
python3GHIDRA_INSTALL=${GHIDRA_INSTALL}GHIDRA_WORKSPACE=${HOME}/.claude/ghidra-workspace