Enables dynamic instrumentation of mobile and desktop applications through Frida toolkit, providing capabilities for pro...
Created byApr 22, 2025
Frida MCP
A Model Context Protocol (MCP) implementation for Frida dynamic instrumentation toolkit.
Overview
This package provides an MCP-compliant server for Frida, enabling AI systems to interact with mobile and desktop applications through Frida's dynamic instrumentation capabilities. It uses the official MCP Python SDK to enable seamless integration with AI applications.
To use Frida MCP with Claude Desktop, you'll need to update your Claude configuration file:
Locate your Claude Desktop configuration file:
Add the following to your configuration file:
Usage
Once installed, you can use Frida MCP directly from Claude Desktop. The server provides the following capabilities:
Process Management
List all running processes
Attach to specific processes
Spawn new processes
Resume suspended processes
Kill processes
Device Management
List all connected devices (USB, remote)
Get device information
Connect to specific devices
Interactive JavaScript REPL
Create interactive sessions with processes
Execute JavaScript code in real-time
Monitor process state and memory
Hook functions and intercept calls
Capture console.log output
Handle errors and exceptions gracefully
Script Injection
Inject custom JavaScript scripts
Track injection progress
Handle script errors and exceptions
Resources
Get Frida version information
Access process list in human-readable format
Access device list in human-readable format
Development
License
MIT
Frida MCP
A Model Context Protocol (MCP) implementation for Frida dynamic instrumentation toolkit.
Overview
This package provides an MCP-compliant server for Frida, enabling AI systems to interact with mobile and desktop applications through Frida's dynamic instrumentation capabilities. It uses the official MCP Python SDK to enable seamless integration with AI applications.