An MCP server designed for React Native and Expo development that provides specialized tools for project scaffolding, architectural best practices, and troubleshooting. It enables AI assistants to guide users through setup, navigation configuration, and CI/CD processes using modern stacks like NativeWind and Zustand.
An MCP server for managing local Android Virtual Devices (AVDs) and their lifecycles using Android SDK tools. It enables users to create, start, and stop emulators, while providing control over virtual sensors like the accelerometer and gyroscope.
Retrieve a list of all connected Android devices and emulators, including their ID, model, manufacturer, Android version, connection status, and emulator flag.
Select an option in a native <select> dropdown by setting its value and triggering a change event. For custom dropdowns, use safari_click on the trigger then on the option.
Launches an iOS app in a specified simulator by providing the simulator UUID and app bundle ID. Requires app installation prior to execution, supporting workflows like build → install → launch.
Create a QR code that redirects iPhone users to the Apple App Store, Android users to Google Play, and other devices to a fallback URL. Requires at least one store URL.
Search iOS Human Interface Guidelines or Android Material 3 design patterns to implement platform-specific UI/UX with cross-platform code examples for Flutter and React Native.