
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
claude-in-android
Advanced tools
MCP server for mobile device automation - Android (ADB) and iOS Simulator (simctl)
MCP server for mobile device automation — Android (via ADB) and iOS Simulator (via simctl). Like Claude in Chrome but for mobile devices.
Control your Android phone, emulator, or iOS Simulator with natural language through Claude.
claude mcp add --transport stdio mobile -- npx -y claude-in-android
To add globally (available in all projects):
claude mcp add --scope user --transport stdio mobile -- npx -y claude-in-android
npx claude-in-android
git clone https://github.com/AlexGladkov/claude-in-android.git
cd claude-in-android
npm install
npm run build
Add to your Claude Code settings (~/.claude.json or project settings):
{
"mcpServers": {
"mobile": {
"command": "npx",
"args": ["-y", "claude-in-android"]
}
}
}
claude mcp add --transport stdio mobile -- cmd /c npx -y claude-in-android
| Tool | Android | iOS | Description |
|---|---|---|---|
list_devices | ✅ | ✅ | List all connected devices |
set_device | ✅ | ✅ | Select active device |
screenshot | ✅ | ✅ | Take screenshot |
tap | ✅ | ✅ | Tap at coordinates or by text |
long_press | ✅ | ✅ | Long press gesture |
swipe | ✅ | ✅ | Swipe in direction or coordinates |
input_text | ✅ | ✅ | Type text |
press_key | ✅ | ✅ | Press hardware buttons |
launch_app | ✅ | ✅ | Launch app |
stop_app | ✅ | ✅ | Stop app |
install_app | ✅ | ✅ | Install APK/.app |
get_ui | ✅ | ⚠️ | Get UI hierarchy (limited on iOS) |
find_element | ✅ | ❌ | Find elements by text/id |
get_current_activity | ✅ | ❌ | Get foreground activity |
open_url | ✅ | ✅ | Open URL in browser |
shell | ✅ | ✅ | Run shell command |
wait | ✅ | ✅ | Wait for duration |
Just talk to Claude naturally:
"Show me all connected devices"
"Take a screenshot of the Android emulator"
"Take a screenshot on iOS"
"Tap on Settings"
"Swipe down to scroll"
"Type 'hello world' in the search field"
"Press the back button on Android"
"Open Safari on iOS"
"Switch to iOS simulator"
"Run the app on both platforms"
You can explicitly specify the platform:
"Screenshot on android" → Uses Android device
"Screenshot on ios" → Uses iOS simulator
"Screenshot" → Uses last active device
Or set the active device:
"Use the iPhone 15 simulator"
"Switch to the Android emulator"
┌─────────────┐ ┌──────────────────┐ ┌─────────────────┐
│ Claude │────▶│ Claude Mobile │────▶│ Android (ADB) │
│ │ │ MCP Server │ └─────────────────┘
│ │ │ │ ┌─────────────────┐
│ │ │ │────▶│ iOS (simctl) │
└─────────────┘ └──────────────────┘ └─────────────────┘
MIT
FAQs
MCP server for mobile device automation - Android (ADB) and iOS Simulator (simctl)
We found that claude-in-android demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.