Frida MCP
Enables execution of JavaScript code in real-time through an interactive REPL, allowing for function hooking, call interception, and script injection in target applications.
Offers platform-specific support for analyzing Linux applications, with configuration instructions for Claude Desktop integration on Linux systems.
Provides platform-specific support for analyzing macOS applications, with configuration instructions for Claude Desktop integration on macOS systems.
Built with the official MCP Python SDK, requiring Python 3.8 or later for installation and operation.
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 running processes on my USB 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
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.
Related MCP server: Frida MCP Server
Demo
https://github.com/user-attachments/assets/5dc0e8f5-5011-4cf2-be77-6a77ec960501
Features
Built with the official MCP Python SDK
Comprehensive Frida tools exposed through MCP:
Process management (list, attach, spawn, resume, kill)
Device management (USB, remote devices)
Interactive JavaScript REPL with real-time execution
Script injection with progress tracking
Process and device monitoring
Resources for providing Frida data to models
Prompts for guided Frida analysis workflows
Progress tracking for long-running operations
Full support for all MCP transport methods
Installation
Prerequisites
Python 3.8 or later
pip package manager
Frida 16.0.0 or later
Quick Install
pip install frida-mcpDevelopment Install
# Clone the repository
git clone https://github.com/yourusername/frida-mcp.git
cd frida-mcp
# Install in development mode with extra tools
pip install -e ".[dev]"Claude Desktop Integration
To use Frida MCP with Claude Desktop, you'll need to update your Claude configuration file:
Locate your Claude Desktop configuration file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.jsonLinux:
~/.config/Claude/claude_desktop_config.json
Add the following to your configuration file:
{
"mcpServers": {
"frida": {
"command": "frida-mcp"
}
}
}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
# Clone repository
git clone https://github.com/yourusername/frida-mcp.git
cd frida-mcp
# Install development dependencies
pip install -e ".[dev]"License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceAn MCP server that enables AI-assisted mobile security testing by exposing Frida functionality for Android application research. It provides tools for hooking Java methods, manipulating memory, managing device processes, and executing custom Frida scripts.Last updated3715MIT
- AlicenseBqualityCmaintenanceA comprehensive MCP server that exposes Frida's dynamic instrumentation toolkit to AI agents for process management, script injection, and memory operations. It provides over 50 tools to interact with local and mobile devices, enabling advanced capabilities like function hooking and memory analysis.Last updated55MIT
- AlicenseAqualityCmaintenanceA comprehensive MCP server for Frida dynamic instrumentation, enabling AI agents to manage devices, processes, scripts, memory, and ADB operations.Last updated3923MIT
- Flicense-qualityDmaintenanceAn MCP server that enables AI models to perform Android dynamic analysis using Frida, including spawning and attaching to applications, listing apps, and injecting scripts.Last updated107
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/dnakov/frida-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server