Back to Apps

Chopper
by carlosadrianosj
Rust-native MCP server for Android ADB and iOS VM manipulation, debugging, and reverse engineering.
0 stars
Works in:claude
Exposes:Tools
What it does
Chopper provides AI assistants with direct, low-level access to Android devices via ADB and iOS virtual machines on macOS. It enables AI agents to perform complex mobile device manipulation, debugging, and security analysis tasks autonomously.
Tools
chopper_android_devices: List connected Android devices.chopper_android_packages: List installed third-party packages.chopper_android_screenshot: Capture device screen.chopper_android_app_info: Retrieve detailed application metadata.chopper_android_mitm_setup: Configure MITM interception for network analysis.chopper_android_frida_scripts: Execute Frida instrumentation scripts.chopper_android_logcat: Stream device logs for specific apps.chopper_android_grant_permission: Manage app permissions dynamically.chopper_ios_emulator_start: Boot the iOS virtual machine.chopper_ios_emulator_discover_ip: Locate the VM network address.chopper_ios_emulator_ssh_exec: Run shell commands on the iOS VM.chopper_ios_emulator_list_apps: List installed apps on the iOS VM.chopper_ios_emulator_screenshot: Capture iOS VM screen.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"chopper": {
"command": "/absolute/path/to/target/release/chopper-server",
"args": []
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
cargo build --releaseInformation
- Pricing
- free
- Published
- 7/19/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add binary path to mcp configClaude Desktop
{"mcpServers": {"chopper": {"command": "/absolute/path/to/target/release/chopper-server", "args": []}}}





