• v1.0.0 15db6e2da3

    v1.0.0 - Initial Release 🎉
    All checks were successful
    Publish Package / publish (push) Successful in 30s
    Stable

    jack released this 2025-10-10 08:58:12 +02:00 | 2 commits to main since this release

    🎉 Initial Release

    MCP Server for Mobile Emulator Automation with support for iOS Simulator & Android Emulator.

    Features

    Android Support (via ADB)

    • 📱 List and start Android emulators
    • 📸 Take screenshots
    • 📦 Install APK files
    • 👆 Simulate touch events (tap)
    • ⌨️ Input text
    • 📋 Retrieve device logs (logcat)

    iOS Support (via simctl)

    • 📱 List and start iOS simulators
    • 📸 Take screenshots
    • 📦 Install app bundles (.app)
    • 📋 Retrieve system logs

    Cross-Platform

    • 🔍 Unified API for both platforms
    • 🎯 Automatic tool detection (ADB/simctl)
    • ⚙️ Configurable via environment variables

    📦 Installation

    npm install @customable/mobile-emulator-mcp
    

    🔧 Requirements

    For Android:

    • Android SDK with ADB in PATH
    • Configured Android emulators (AVD)

    For iOS:

    • macOS with Xcode installed
    • iOS Simulator (simctl)

    🤖 Generated with Claude Code

    Downloads