A
Android Pentest MCP
by @imcfyulong
一个基于 MCP 协议的 Android 安全测试工具集。把它接入 Claude Code 后,你只需要说"帮我测这个 APK",AI 就会自动完成解包、反编译、组件分析、代码扫描、动态 Hook,最后输出漏洞报告。
Created 6/16/2026
Updated 1 day ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
uvx android-pentest-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"imcfyulong-android-pentest-mcp": {
"command": "uvx",
"args": [
"android-pentest-mcp"
]
}
}
}