本项目为Frida动态插装工具包实现了符合MCP标准的服务器,借助Frida的动态插装能力,让AI系统能与移动和桌面应用程序进行交互。同时,通过官方MCP Python SDK,实现了与AI应用程序的无缝集成。
此包为Frida提供了一个符合MCP标准的服务器,使AI系统能够通过Frida的动态插装功能与移动和桌面应用程序交互。它使用官方 MCP Python SDK来实现与AI应用程序的无缝集成。若想查看更多演示信息,请参见链接: [视频或演示链接]。
pip install frida-mcp
# 克隆仓库
git clone https://github.com/yourusername/frida-mcp.git
cd frida-mcp
# 开发模式下安装,带额外工具
pip install -e ".[dev]"
安装完成后,您即可直接在Claude Desktop中使用Frida MCP。服务器提供以下功能:
要在Claude Desktop中使用Frida MCP,请更新您的Claude配置文件:
找到您的Claude Desktop配置文件位置:
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
~/.config/Claude/claude_desktop_config.json
在配置文件中添加以下内容:
{
"mcpServers": {
"frida": {
"command": "frida-mcp"
}
}
}
# 克隆仓库
git clone https://github.com/yourusername/frida-mcp.git
cd frida-mcp
# 安装开发依赖项
pip install -e ".[dev]"
本项目采用MIT许可证。