Gindhar2112/frida-mcp
Enable AI-driven automated Android dynamic analysis by controlling Frida through the Model Context Protocol for streamlined reverse engineering.
Platform-specific configuration:
{
"mcpServers": {
"frida-mcp": {
"command": "npx",
"args": [
"-y",
"frida-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://github.com/Gindhar2112/frida-mcp)
---
frida-mcp helps you analyze Android apps by automating Frida using AI commands. It connects your Android phone to your computer, runs analysis scripts automatically, and gives you results without needing to run commands yourself.
This tool works with rooted Android phones running Magisk and the zygisk-gadget module. It uses a server called MCP (Model Context Protocol) that talks to Frida and controls it to inspect apps dynamically.
---
Before starting, check the following:
If you donβt have Python or ADB installed, you will need to install them first. Both are free and easy to get.
---
Click the large button below to visit the GitHub page where you can download frida-mcp and find setup files.
[](https://github.com/Gindhar2112/frida-mcp)
On the GitHub page:
---
After downloading, follow these steps to install and configure frida-mcp on your PC:
Open your Command Prompt (search for "cmd" in Windows Start menu).
Navigate to the folder where you downloaded frida-mcp, or if you have the source code, open Command Pr
Loading reviews...