mobile-debug-mcp
v0.10.0
Published
MCP server for mobile app debugging (Android + iOS), with focus on security and reliability
Readme
Mobile Debug MCP
A minimal, secure MCP server for AI-assisted mobile development. Build, install, and inspect Android/iOS apps from an MCP-compatible client.
Requirements
- Node.js >= 18
- Android SDK (adb) for Android support
- Xcode command-line tools for iOS support
- Optional: idb for enhanced iOS device support
Configuration example
{
"mcpServers": {
"mobile-debug": {
"command": "npx",
"args": ["--yes","mobile-debug-mcp","server"],
"env": { "ADB_PATH": "/path/to/adb", "XCRUN_PATH": "/usr/bin/xcrun" }
}
}
}Usage
//TODO add examples
Docs
License
MIT
