Skip to main content
SecurityRust

pullkitsan/mobsf-mcp-server

A MCP server for MobSF which can be used for static and dynamic analysis of Android and iOS application.

securitylocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/pullkitsan/mobsf-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "mobsf-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "pullkitsan/mobsf-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Security
Language
Rust
Author
pullkitsan