Labsco
srmorete logo

React Native AI Debugger

from srmorete

Enables AI assistants like Claude Code to capture logs, execute code, inspect state, and control navigation in your React Native app.

๐Ÿ”ฅ๐Ÿ”ฅFreeQuick setup

ARCHIVED -- Use mobile-device-mcp

Quite surprised that this repo reached 50 stars (!) the ecosystem is quite generous sometimes, thank you for starring it!

I've been working on something that is faster, more scalable and also works with iOS, take a look at mobile-device-mcp.

And leave some โญ too :)

ADB MCP Server

smithery badge

An MCP (Model Context Protocol) server for interacting with Android devices through ADB. This TypeScript-based tool provides a bridge between AI models and Android device functionality.

Features

  • ๐Ÿ“ฑ Device Management - List and interact with connected Android devices
  • ๐Ÿ“ฆ App Installation - Deploy APK files to connected devices
  • ๐Ÿ“‹ Logging - Access device logs through logcat
  • ๐Ÿ”„ File Transfer - Push and pull files between device and host
  • ๐Ÿ“ธ UI Interaction - Capture screenshots and analyze UI hierarchy
  • ๐Ÿ”ง Shell Command Execution - Run custom commands on the device

Compatibility

  • Android 8.0 and higher
  • MCP clients including Claude in Cursor IDE
  • Was built on macOS but should run on any POSIX compatible (Linux etc).
  • Did not try on Windows but maybe it works.