frida-mcp-server

xtofuub/frida-mcp-server
★ 0 stars Python 🔒 Security Updated 5d ago
MCP server for controlling the FLEX debugger on jailbroken iOS devices via Frida
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "frida-mcp-server": {
      "command": "uvx",
      "args": [
        "frida-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install frida-mcp-server

README Excerpt

A local MCP server for authorized iOS app inspection with [Frida](https://frida.re). Exposes 50+ short-named tools for attaching to apps, capturing and replaying network traffic, fuzzing requests, scanning for mobile API vulnerabilities, browsing storage, tracing Objective-C methods, dumping binaries, and installing bypass hooks — **zero FLEX dependency, pure Frida**.

Tools (2)

AuthManagerFLEX_MCP_PYTHON