Back to MCP Servers
Mobsf
A MCP server for MobSF which can be used for static and dynamic analysis of Android and iOS application.
security
By pullkitsan
Installation
npx -y mobsf-mcp-serverConfiguration
{
"mcpServers": {
"mobsf-mcp-server": {
"command": "npx",
"args": ["-y", "mobsf-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes