Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Mobsf

FreeNot checked

This MCP server uses mobsf api's to scan and analyze the apk and ipa files.

GitHubEmbed

About

This MCP server uses mobsf api's to scan and analyze the apk and ipa files.

README

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.

Prerequisites

  • 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

🚀 Features

  • 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

🎞️ Installation

Clone the repo and install dependencies:

git clone https://github.com/yourusername/mobsf-mcp.git
cd mobsf-mcp
npm install 

Troubleshooting

Go inside mobsf server directory and run 'npx tsx server.ts'. Install any missing npm dependency if any.

🔐 Setup

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 

▶️ Run the Server

  • 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.

🧲 Example Input

  • The server exposes tool scanFile . So, use any MCP client to try the following prompt scan .apk or scan .ipa. It will scan the IPA or APK file and will analyze the report(json) for you.

📌 Notes

  • 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.

✅ Claude Config file (Example)

 {
  "mcpServers": {
    "mobsf": {
      "command": "npx",
      "args": ["tsx", "/absolute/path/to/server.ts"]
    }
  }
} 

✅ 5ire Config file example ( Windows)

  {
  "key": "mobsf",
  "command": "npx",
  "args": [
    "tsx",
    "C:\\Users\\Downloads\\mobsf-mcp-server\\server.js"
  ]
}

from github.com/pullkitsan/mobsf-mcp-server

Installing Mobsf

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/pullkitsan/mobsf-mcp-server

FAQ

Is Mobsf MCP free?

Yes, Mobsf MCP is free — one-click install via Unyly at no cost.

Does Mobsf need an API key?

No, Mobsf runs without API keys or environment variables.

Is Mobsf hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Mobsf in Claude Desktop, Claude Code or Cursor?

Open Mobsf on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Mobsf with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs