Skip to main content
Glama

PS_MobSF_MCP_Server

by pullkitsan

๐Ÿ›กMobSF MCP Tool

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:

๐ŸŽž๏ธ Installation

Clone the repo and install dependencies:

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:

โ–ถ๏ธ 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 or scan . 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)

โœ… 5ire Config file example ( Windows)

-
security - not tested
A
license - permissive license
-
quality - not tested

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pullkitsan/mobsf-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server