Mobile Debug
FreeNot checkedA minimal, secure MCP server for AI-assisted mobile development, enabling build, install, interact, and inspect Android/iOS apps.
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
Install Mobile Debug in Claude Desktop, Claude Code & Cursor
unyly install mobile-debug-mcpInstalls 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-mcpFAQ
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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare 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
