Skip to main content
Glama

PS_MobSF_MCP_Server

by pullkitsan
MIT License
4

🛡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 .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)

✅ 5ire Config file example ( Windows)

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

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.

  1. Prerequisites
    1. 🚀 Features
      1. 🎞️ Installation
        1. Troubleshooting
          1. 🔐 Setup
            1. ▶️ Run the Server
              1. 🧲 Example Input
                1. 📌 Notes
                  1. ✅ Claude Config file (Example)
                    1. ✅ 5ire Config file example ( Windows)

                      Related MCP Servers

                      • -
                        security
                        A
                        license
                        -
                        quality
                        An MCP server that implements Claude Code-like functionality, allowing the AI to analyze codebases, modify files, execute commands, and manage projects through direct file system interactions.
                        Last updated -
                        224
                        Python
                        MIT License
                        • Apple
                        • Linux
                      • -
                        security
                        A
                        license
                        -
                        quality
                        Claude MCP server that enables secure access to browse and read Android project files, validating authentic projects by checking for gradle configuration files.
                        Last updated -
                        Python
                        MIT License
                      • -
                        security
                        A
                        license
                        -
                        quality
                        A comprehensive MCP (Model Context Protocol) server for file system operations, providing Claude and other AI assistants with access to local files and directories.
                        Last updated -
                        1
                        Python
                        MIT License
                        • Apple
                        • Linux
                      • A
                        security
                        A
                        license
                        A
                        quality
                        An MCP server that integrates with Apktool to provide live reverse engineering support for Android applications using Claude and other LLMs through the Model Context Protocol.
                        Last updated -
                        24
                        155
                        Python
                        Apache 2.0
                        • Linux

                      View all related MCP servers

                      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