security

Apktool Mcp Server

APKTool MCP Server is a MCP server for the Apk Tool to provide automation in reverse engineering of Android APKs.

python
local
security
0
View on GitHub

Installation

npx -y zinja-coder/apktool-mcp-server

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "apktool-mcp-server",
  "command": "npx",
  "args": [
    "-y",
    "zinja-coder/apktool-mcp-server"
  ]
}

About This MCP Server

zinja-coder/apktool-mcp-server

APKTool MCP Server is a MCP server for the Apk Tool to provide automation in reverse engineering of Android APKs.

GitHub: https://github.com/zinja-coder/apktool-mcp-server

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub