BETA LAUNCH: First 200 users get Basic tier FREE for 3 months!
Works with Claude Code in VS Code

Stop Copy-Pasting.
Let Claude See Your App.

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.

Claude Code

# 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...

Before vs After

๐Ÿ˜ซ

Before (The Pain)

  1. 1. App crashes in emulator
  2. 2. Switch to Metro terminal
  3. 3. Copy error message
  4. 4. Paste into Claude
  5. 5. "Can you show me the logs?"
  6. 6. Copy ADB logs
  7. 7. Paste into Claude
  8. 8. "What does the screen look like?"
  9. 9. Take screenshot manually
  10. 10. Upload to Claude
  11. Repeat 50x per day...
๐Ÿš€

After (With Mobile Dev MCP)

  1. 1. App crashes
  2. 2. Ask Claude: "What happened?"
  3. 3. Claude reads logs automatically
  4. 4. Claude takes screenshot if needed
  5. 5. Claude fixes the issue
  6. Done. No copy-paste.

Everything Claude Needs

46 tools that give Claude direct access to your mobile development environment

Metro Logs

Stream Metro bundler output directly to Claude. See build errors, warnings, and bundle status.

ADB Logcat

Get React Native JavaScript logs from your device. Filter by tag, level, and search for errors.

Screenshots

Capture emulator screenshots on demand. Claude can see your app's current state.

Device Management

List devices, check status, restart ADB when it gets stuck. Full control.

App Data

Clear app data, get app info, check permissions. Perfect for testing fresh installs.

Advanced

ADVANCED

Real-time streaming, screenshot history, multi-device, error watching.

Get Started in 30 Seconds

Works with Claude Code in VS Code or terminal

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)

Simple, Solo-Focused Pricing

Built for individual developers

First 200 users: Basic tier FREE for 3 months!

Basic Solo

$6/month

FREE for 3 months (beta)

  • 17 core tools (Android + iOS)
  • 50 log lines per request
  • Metro + ADB integration
  • Manual screenshots
  • 1 device at a time
  • Community Discord
Get Basic (Free Beta)
Most Popular

Advanced Solo

$12/month

$8/week ยท $99/year (save $45)

  • All 46 tools
  • Unlimited log lines
  • Real-time log streaming
  • Screenshot history (20)
  • Multi-device (3 devices)
  • Auto error detection
  • Priority email support
Get Advanced

Team & Enterprise

Coming soon. Multi-seat licenses, team management, and dedicated support.

Interested? Contact us

FAQ

Does this work with Expo?

Yes! Works great with Expo and bare React Native projects. Just make sure Metro is running and you have ADB set up.

What about iOS?

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.

Do I need Claude Max?

No! This works with any Claude Code subscription. The MCP server runs locally on your machine.

What's the difference between Basic and Advanced?

Basic gives you core debugging tools (logs, screenshots, device management). Advanced adds real-time streaming, screenshot history, multi-device support, and error watching.

Can I use this commercially?

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.