- Android
- iOS
Troubleshooting
No devices found
No devices found
- Android: Run
adb devicesto verify device connection - iOS: Run
xcrun simctl list devices bootedto check running simulators - Ensure USB debugging is enabled (Android)
- Try restarting ADB:
adb kill-server && adb start-server
Screenshot capture fails
Screenshot capture fails
- Ensure device screen is unlocked
- For Android, verify screencap permission
- For iOS, ensure simulator is fully booted
Connection refused errors
Connection refused errors
- Verify the MCP server is running:
minitap-mcp --server - Check the server URL in your IDE configuration
- Ensure the port is not blocked by firewall
- Try restarting the MCP server
API authentication errors
API authentication errors
- Verify your
MINITAP_API_KEYis set correctly - Get a new API key at platform.minitap.ai/api-keys
- Check that the API key has not expired
Tool not detected in IDE
Tool not detected in IDE
- Restart your IDE after configuration changes
- Verify the MCP server URL is correct
- Check the MCP server logs for errors
- Ensure the server is accessible at the configured URL