frida-mcp
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-mcpAttach to notepad and load script to intercept WriteFile calls"
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
极简的 Frida MCP 服务器。
设计理念
Attach → LoadScript → Call/Listen → Unload 的最短工作流
Frida语料被大多数模型广泛训练过 可直接使用
工具数量最少化 只暴露 6 个工具,少就是好,上下文精简
Related MCP server: Frida MCP
工具一览
工具 | 用途 |
| Attach Frida 到进程(PID 或进程名)。进程 detach/crash 后必须重新调用 |
| 主动断开当前进程并卸载所有持久脚本,适合换目标前调用 |
| 加载一段持久 Frida JS。可定义 |
| 调用 |
| 拉取并清空脚本的 |
| 卸载并清理持久脚本 |
安装
从源码:
npm install
npm run build或从 Release 下载: 在 GitHub Releases 中选择与平台对应的压缩包(win-x64 / linux-x64 / macos-arm64),解压后即可使用,无需 npm install:
# 解压后会得到 frida-mcp/ 目录
node frida-mcp/dist/index.js使用
直接启动(可选预附加 PID)
# 不带参数启动,由 LLM 通过 attach 工具连接
node dist/index.js
# 或启动时直接 attach 到 PID
node dist/index.js 12345MCP 客户端配置
{
"mcpServers": {
"frida": {
"command": "node",
"args": ["e:/mcp-ida-frida/dist/index.js"]
}
}
}Thanks
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
- Alicense-qualityDmaintenanceAn MCP-compliant server that enables AI systems to interact with mobile and desktop applications through Frida's dynamic instrumentation capabilities, allowing for process management, device control, JavaScript execution, and script injection.405MIT
- AlicenseBquality-maintenanceEnables AI systems to interact with mobile and desktop applications through Frida's dynamic instrumentation capabilities. Provides process management, device control, JavaScript REPL execution, and script injection for runtime analysis and reverse engineering.142
- Flicense-qualityDmaintenanceEnables dynamic instrumentation of running processes through Frida, allowing users to hook functions, inspect memory, modify process behavior, and execute JavaScript code for debugging and reverse engineering.3
- 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.55MIT
Related MCP Connectors
Remote MCP for Android CLI agent build gate, structured receipts, audit logs, and reviewer-ready evi
A paid remote MCP for ClawManager, built to return verdicts, receipts, usage logs, and audit-ready J
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
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/SnowLuma/mcp-frida'
If you have feedback or need assistance with the MCP directory API, please join our Discord server