MCP server that uses MobSF to statically and dynamically analyze Android APK and iOS IPA files.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Mobsf MCP Server.
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/pullkitsan/mobsf-mcp-server.git cd mobsf-mcp-server 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"
]
}
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/pullkitsan-mobsf-mcp-server)<a href="https://allmcps.com/mcp/pullkitsan-mobsf-mcp-server"><img src="https://allmcps.com/api/badge/pullkitsan-mobsf-mcp-server?style=directory" alt="Mobsf MCP Server on AllMCPs" /></a>