jarvis-appium

Appium MCP on Steroids!

GitHub Stars

35

User Rating

Not Rated

Favorites

0

Views

25

Forks

8

Issues

5

Installation
Difficulty
Advanced
Estimated Time
20-45 minutes

Installation

1Install Android Studio and Android SDK
2Set ANDROID_HOME environment variable
3Add Android SDK tools to your PATH
4Enable USB debugging on your Android device
5Install Appium UiAutomator2 driver dependencies
1Install Xcode from the App Store
2Install Xcode Command Line Tools: xcode-select --install
3Install iOS simulators through Xcode
4For real device testing, configure provisioning profiles
Add Jarvis Appium to your MCP client configuration: ```json { "mcpServers": { "jarvis-appium": { "disabled": false, "timeout": 100, "type": "stdio", "command": "npx", "args": ["jarvis-appium"], "env": {

Additional Resources