MCP server that gives Claude real-time access to your Metro logs, ADB output, and emulator screenshots. Debug React Native apps with AI that can actually see what's happening.
# You
> "My app crashed. What's in the logs?"
# Claude (using get_adb_logs)
I found the error in your React Native logs:
TypeError: Cannot read property 'user' of undefined
at HomeScreen.js:42
The issue is on line 42. Let me fix that...
46 tools that give Claude direct access to your mobile development environment
Stream Metro bundler output directly to Claude. See build errors, warnings, and bundle status.
Get React Native JavaScript logs from your device. Filter by tag, level, and search for errors.
Capture emulator screenshots on demand. Claude can see your app's current state.
List devices, check status, restart ADB when it gets stuck. Full control.
Clear app data, get app info, check permissions. Perfect for testing fresh installs.
Real-time streaming, screenshot history, multi-device, error watching.
Works with Claude Code in VS Code or terminal
# Install via npx (recommended)
claude mcp add mobile-dev -- npx @ggboi360/mobile-dev-mcp
# Or add to Claude Code config
{
"mcpServers": {
"mobile-dev": {
"command": "npx",
"args": ["@ggboi360/mobile-dev-mcp"]
}
}
}
Requires: Node.js 18+, ADB (Android SDK Platform Tools)
Built for individual developers
$6/month
FREE for 3 months (beta)
$12/month
$8/week ยท $99/year (save $45)
Coming soon. Multi-seat licenses, team management, and dedicated support.
Interested? Contact us
Yes! Works great with Expo and bare React Native projects. Just make sure Metro is running and you have ADB set up.
Full iOS Simulator support is included! Screenshots, logs, app management, push notifications, and location simulation. Basic tier gets core iOS tools, Advanced gets full simulator control.
No! This works with any Claude Code subscription. The MCP server runs locally on your machine.
Basic gives you core debugging tools (logs, screenshots, device management). Advanced adds real-time streaming, screenshot history, multi-device support, and error watching.
Yes! Use it for personal projects or work. Licensed under Elastic License 2.0 - free for personal and commercial use, just can't resell or offer as a hosted service.