freshcrate
Home > MCP Servers > frida-mcp

frida-mcp

Enable AI-driven automated Android dynamic analysis by controlling Frida through the Model Context Protocol for streamlined reverse engineering.

Description

Enable AI-driven automated Android dynamic analysis by controlling Frida through the Model Context Protocol for streamlined reverse engineering.

README

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.


πŸ–₯️ 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.

Download frida-mcpOn the GitHub page:

  1. Look for the β€œReleases” section to find the latest version.
  2. Download the package or installer suitable for Windows.
  3. Follow instructions there to install the software.

After downloading, follow these steps to install and configure frida-mcp on your PC:

  1. 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.

  2. Run Setup

    After installation completes, run this command to perform automatic setup:

    frida-mcp-setup
    

    This command will register frida-mcp with MCP and install necessary β€œSkills” for it to work smoothly.

  3. Manual Configuration (optional)

    If automatic setup fails, you can edit the file ~/.claude.json manually:

    {
      "mcpServers": {
        "frida-agent": {
          "command": "frida-mcp"
        }
      }
    }

    Save the file and retry running frida-mcp.

  4. Connect your phone

    Make sure your Android phone is connected via USB with USB debugging enabled.

    Confirm that adb can detect your device by running:

    adb devices
    

    Your 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 connect
    
  • This 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_apps
    
  • If 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
connect Opens ADB port forwarding to connect to zygisk-gadget.
list_apps Shows third-party apps installed on your device.
execute Injects a Frida script into the running app. You can write the script directly or provide a file path.
spawn_and_inject Stops an app, restarts it, and injects a script in one step. Useful when hooking app startup.
get_messages Shows output from the injected scripts. Supports paging and file backup.
logcat Displays Android system logs to help find errors or crashes.
launch_app Starts an app you specify.
kill_app Forces an app to stop.
reconnect Restarts the connection if frida-mcp crashes.
detach 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:

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 reconnect or check ADB connection.
  • Use frida-mcp logcat to monitor crashes or issues in real time.
  • If an app does not respond as expected, try spawn_and_inject to restart and inject fresh.
  • Keep Python and ADB updated for best compatibility.

πŸ“– Resources


πŸ“‚ How frida-mcp Works

The flow looks like this:

AI (Claude) β†’ MCP Server β†’ Frida CLI β†’ zygisk-gadget (phone) β†’ Results returned

This 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.


Download

Release History

VersionChangesUrgencyDate
0.0.0No release found β€” using repo HEADHigh4/21/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

pipulateLocal First AI SEO Software on Nix, FastHTML & HTMXvoice-synthesis-breakthrough
nautexMCP server for guiding Coding Agents via end-to-end requirements to implementation plan pipeline0.0.0
OmnispindleA comprehensive MCP-based todo management system, that serves as a central nervous system for Madness Interactive, a multi-project task coordination workshop.v0.0.9
Charles-mcpCharles Proxy MCP server for AI agents with live capture, structured traffic analysis, and agent-friendly tool contractsv3.0.3
mcp-workspaceMCP Workspace Server: A secure Model Context Protocol server providing file, git, and GitHub tools for AI assistants within a sandboxed project directory.0.1.6