Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Mobile Debug

FreeNot checked

A minimal, secure MCP server for AI-assisted mobile development, enabling build, install, interact, and inspect Android/iOS apps.

GitHubEmbed

About

A minimal, secure MCP server for AI-assisted mobile development, enabling build, install, interact, and inspect Android/iOS apps.

README

A minimal, secure MCP server for AI-assisted mobile development. Build, install, interact and inspect Android/iOS apps from an MCP-compatible client.

Support:

  • KMP
  • Android
  • iOS
  • Flutter - not tested
  • React native - not tested

Requirements

  • Node.js >= 18
  • Android SDK (adb) for Android support
  • Xcode command-line tools for iOS support
  • idb for iOS device support

Configuration

Android Studio
{
  "mcpServers": {
    "mobile-debug": {
      "command": "npx",
      "args": ["--yes","mobile-debug-mcp","server"],
      "env": { "ADB_PATH": "/path/to/adb", "XCRUN_PATH": "/usr/bin/xcrun", "IDB_PATH": "/path/to/idb" }
    }
  }
}
Copilot
{
  "mcpServers": {
    "mobile-debug": {
      "command": "npx",
      "args": ["--yes","mobile-debug-mcp","server"],
      "env": { "ADB_PATH": "/path/to/adb", "XCRUN_PATH": "/usr/bin/xcrun", "IDB_PATH": "/path/to/idb" }
    }
  }
}
Codex

Use STDIO

command: npx

args:

  • --yes
  • mobile-debug-mcp

environment variables:

  • ADB_PATH: /path/to/adb
  • XCRUN_PATH: /usr/bin/xcrun
  • IDC_PATH: /path/to/idb"

Usage

Examples:

Crash fixing:

I have a crash on the app, can you diagnose it, fix and validate using the mcp tools available

Feature building:

Add a button, hook into the repository and confirm API request successful

Docs

  • Tools: Tools — full input/response examples
  • Changelog: Changelog
  • Agents: AGENTS.md — cold-start guidance for autonomous agents entering the public repo
  • Skills: skills/README.md — portable Markdown skill packages for agents such as Copilot, Codex, Claude, or custom systems

License

MIT

from github.com/clivejefferies/mobile-debug-tools

Install Mobile Debug in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install mobile-debug-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add mobile-debug-mcp -- npx -y mobile-debug-mcp

FAQ

Is Mobile Debug MCP free?

Yes, Mobile Debug MCP is free — one-click install via Unyly at no cost.

Does Mobile Debug need an API key?

No, Mobile Debug runs without API keys or environment variables.

Is Mobile Debug hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Mobile Debug in Claude Desktop, Claude Code or Cursor?

Open Mobile Debug on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Mobile Debug with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs