This is an MCP (Model Context Protocol) compatible tool that allows MobSF (Mobile Security Framework) to scan APK and IPA files directly via Claude, 5ire, or any MCP-capable client. MobSF should be installed( and running ) on the system. Download the MCP typescript sdk and rename the folder to sdk. npm should be installed on the system - Supports APK and IPA file scanning - Uses MobSF's REST API t
Add this skill
npx mdskills install pullkitsan/mobsf-mcp-serverMCP server for mobile app security scanning via MobSF with APK/IPA analysis
This is an MCP (Model Context Protocol) compatible tool that allows MobSF (Mobile Security Framework) to scan APK and IPA files directly via Claude, 5ire, or any MCP-capable client.
Supports APK and IPA file scanning
Uses MobSF's REST API to:
Upload files
Trigger scans
Fetch analysis summary
Automatically filters large results like strings or secrets (to prevent output overload)
MCP-compatible interface via server.ts
Clone the repo and install dependencies:
git clone https://github.com/yourusername/mobsf-mcp.git cd mobsf-mcp npm install
Go inside mobsf server directory and run 'npx tsx server.ts'. Install any missing npm dependency if any.
Copy the .env.example to .env:
cp .env.example .env
Edit .env to include your MobSF API key:
MOBSF_API_KEY=YOUR_MOBSF_API_KEY
MOBSF_URL=http://localhost:8000
Add the configuration settings shown at the end for claude AI desktop app, it will automatically run the server.
Make sure your MobSF server is running locally at http://localhost:8000.
Only .apk and .ipa file types are supported.
This tool avoids fetching large fields like raw strings or source code dumps to keep responses fast and compliant with Claude/5ire message limits.
{ "mcpServers": { "mobsf": { "command": "npx", "args": ["tsx", "/absolute/path/to/server.ts"] } } }
{ "key": "mobsf", "command": "npx", "args": [ "tsx", "C:\Users\Downloads\mobsf-mcp-server\server.js" ] }
Install via CLI
npx mdskills install pullkitsan/mobsf-mcp-serverMobSF MCP Tool is a free, open-source AI agent skill. This is an MCP (Model Context Protocol) compatible tool that allows MobSF (Mobile Security Framework) to scan APK and IPA files directly via Claude, 5ire, or any MCP-capable client. MobSF should be installed( and running ) on the system. Download the MCP typescript sdk and rename the folder to sdk. npm should be installed on the system - Supports APK and IPA file scanning - Uses MobSF's REST API t
Install MobSF MCP Tool with a single command:
npx mdskills install pullkitsan/mobsf-mcp-serverThis downloads the skill files into your project and your AI agent picks them up automatically.
MobSF MCP Tool works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.