Mobile Dev Agent Tools
MCP Serverby clivejefferies · Added 5mo ago
Claude
3
Install
git clone https://github.com/clivejefferies/mobile-dev-agent-toolsAdd to Claude
claude mcp add mobile-dev-agent-toolsQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mobile-dev-agent-tools": {
"command": "npx",
"args": [
"@modelcontextprotocol/mobile-dev-agent-tools"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
MCP server for mobile app debugging (Android + iOS), with focus on security and reliability. Requires external tools like Android SDK (adb), Xcode command-line tools, and idb for iOS device support, configurable via environment variables (ADB_PATH, XCRUN_PATH, IDB_PATH).
Tags
securitymcp-servermobileandroidiosdebuggingagent