pullkitsan/mobsf-mcp-server
A MCP server for MobSF which can be used for static and dynamic analysis of Android and iOS application.
Quick Start
Clone the repository:
git clone https://github.com/pullkitsan/mobsf-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"mobsf-mcp-server": {
"command": "npx",
"args": [
"-y",
"pullkitsan/mobsf-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.