Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ”’ Security
  3. Apktool MCP Server
Apktool MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 11:02:37 AM

Apktool MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository647 GitHub StarsTotal stargazers on GitHub for the source repository (647 stars).Visit Website
androidapktoolreverse-engineeringsecuritystatic-analysis

Automates Android APK decoding, inspection, modification, and rebuilding through Apktool and MCP.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "zinja-coder-apktool-mcp-server": {
      "command": "uvx",
      "args": [
        "httpx"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ”’ More in Security

Overview

zinja-coder/apktool-mcp-server MCP server connects language models to Apktool for Android APK reverse-engineering workflows. It can decode APKs, inspect manifests, smali code, resources, and apktool.yml data, then modify files and rebuild projects. The server runs locally over stdio and is configured with a Python script through uv. Reach for it when an agent needs structured access to decoded APK projects for static analysis, code review, or controlled patching.

Use cases

โ€ขDecode APKs for smali and resource inspection
โ€ขReview Android manifests and declared permissions
โ€ขSearch decoded projects for URLs, IPs, or API usage
โ€ขModify smali or resource files before rebuilding
โ€ขClean and rebuild decoded Apktool projects

Key features

โ€ขAPK decoding through Apktool
โ€ขManifest and apktool.yml inspection
โ€ขSmali and resource file access
โ€ขPattern searches across project files
โ€ขSmali and resource modification
โ€ขAPK project cleaning and rebuilding

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Apktool MCP Server.

Extracted Tool Capabilities
APK decoding through Apktool
Manifest and apktool.yml inspection
Smali and resource file access
Pattern searches across project files
Smali and resource modification
APK project cleaning and rebuilding

How Apktool MCP Server works

What zinja-coder/apktool-mcp-server MCP server does

zinja-coder/apktool-mcp-server MCP server exposes Apktool-backed operations to an MCP client. Its workflow starts with decoding an APK into a project containing resources and smali code. An AI client can then inspect AndroidManifest.xml, apktool.yml, smali directories, smali files, and resource files through separate MCP tools.

The server also supports edits. Agents can modify selected smali or resource files, clean a project before rebuilding, and call the build operation to produce an APK from a decoded Apktool project. These capabilities suit static inspection, reverse-engineering exercises, vulnerability review, and targeted changes to decoded application files.

How it works

The repository provides a Python server entry point named apktool_mcp_server.py. It is intended to run locally as an stdio MCP server, with an MCP client launching the script through uv. Apktool must be installed separately and available in the environment; the README recommends checking it with apktool -version before using the server.

A typical workflow is to decode an APK, query its manifest and metadata, enumerate smali or resource files, search file contents, and retrieve specific files for analysis. After changes are made, the project can be cleaned and rebuilt. The server does not replace Apktool; it provides MCP-accessible operations around that tool.

Setup and configuration

To set up zinja-coder/apktool-mcp-server MCP server, download a release archive or obtain the repository, install Apktool, and install uv. The README lists httpx and fastmcp as optional dependency installation targets when dependency problems occur, and also describes creating a virtual environment with uv.

Claude Desktop can launch the server using a configuration entry whose command is the local path to uv. Its arguments specify the server directory, run mode, and apktool_mcp_server.py entry point. The directory and executable paths must be replaced with real absolute paths on the host. The README also gives an equivalent stdio configuration pattern for Cherry Studio. The project reports testing with Claude Desktop and recommends a separate local MCP client for Ollama-based use.

Tools and capabilities

Available operations include:

  • Decode an APK with Apktool.
  • Build an APK from a decoded project.
  • Read AndroidManifest.xml and apktool.yml.
  • List smali directories and files, with optional package-prefix filtering.
  • Read and modify smali files by class name.
  • List, read, and modify resource files, with optional resource-type filtering.
  • Search files by pattern and specified extensions.
  • Clean a project before rebuilding.

These tools provide file-level access for prompts such as reviewing permissions, locating API usage, searching for URLs or credentials, inspecting exported components, and applying targeted edits. The listed tool surface does not establish that the server performs a complete automated security assessment.

Limitations and notes

The repository describes the project as early-stage and warns that bugs, crashes, and logical errors may occur. Apktool is a required external dependency, and the README does not describe automatic installation of it. The documented integration is local rather than a hosted service, so the MCP client must be able to start the Python entry point and access the relevant APK and project files.

Some README examples mention ADB-related operations and checking the installed Apktool version, but the current tool list does not include those as server capabilities; ADB functionality is identified as planned for migration to another server. zinja-coder/apktool-mcp-server MCP server is therefore best evaluated as an Apktool project interface, not as a general Android device management service.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Security View all alternatives
  • Jadx AI MCP logoJadx AI MCP

    JADX-AI-MCP is a plugin and MCP Server for the JADX decompiler that integrates directly with Model Context Protocol (MCP) to provide live reverse engineering support with LLMs like Claude.

    ๐Ÿ”’ Security3 views
    Compare vs Jadx AI MCP โ†’
  • Code Pathfinder logoCode Pathfinder

    Code intelligence MCP server: call graphs, type inference, and symbol search for Python/Go.

    ๐Ÿ”’ Security3 views
    Compare vs Code Pathfinder โ†’
  • Skylos logoSkylos

    Dead code detection, security scanning, and code quality analysis for Python, TypeScript, and Go. 98% recall with fewer false positives than Vulture. Includes AI-powered remediation.

    ๐Ÿ”’ Security6 views
    Compare vs Skylos โ†’
  • MCP Shield logoMCP Shield

    Security scanner for MCP servers. Detects backdoors, exfiltration code, obfuscation, dangerous code execution, prompt injection, and supply chain risks before you install. Four tools: scan npm packages, scan local directories, check prompt injection, and audit supply chain trust score. npx @muhannad-hash/mcp-shield

    ๐Ÿ”’ Security2 views
    Compare vs MCP Shield โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
647
Stargazers on the source repository.
npm downloads
634k
Package downloads in the last 30 days.
Last commit
2mo ago
Most recent push to the default branch.
Directory activity
1 installs
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Apktool MCP Server

Download a release archive or obtain the repository, install Apktool and uv, then run the Python entry point through uv. The README also lists optional dependency installation with uv when needed.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewApktool MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/zinja-coder-apktool-mcp-server?style=directory)](https://allmcps.com/mcp/zinja-coder-apktool-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/zinja-coder-apktool-mcp-server"><img src="https://allmcps.com/api/badge/zinja-coder-apktool-mcp-server?style=directory" alt="Apktool MCP Server on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ”’Security
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimePython
AuthNo auth required
LicenseApache-2.0
ClientsClaude Desktop
Last updatedSep 7, 2026
8/9 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs1
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars647
GitHub Star CountTotal stargazers on GitHub representing community popularity (647 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 2, 2026
npm downloads634,128/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
49Quality signal: Fair ยท 49/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership7/20
Documentation & tools18/30
Adoption & activity12/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

1 high-severity advisory on record for this package. Most advisories affect transitive dependencies and may not be exploitable in this server's actual usage โ€” this is a directional signal, not a security audit.

Critical 1High 0Medium 0Low 1

Scanned 18d ago via OSV.dev ยท httpx (PyPI)

โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ”’ Security โ†’Best MCP servers for Security โ†’Alternatives to Apktool MCP Server โ†’Install in Claude DesktopInstall in CursorInstall in VS Code