Mobile Device Control
Enables remote control of Android and iOS devices through commands for screenshots, app management, screen interactions, and UI navigation, ideal for automated testing and demonstrations.
Featured
View Source1695 stars
0 tools
Created Aug 2025
@mobile-next/mobile-next-mobile-device-control-mobile-mcpAbout
Enables remote control of Android and iOS devices through commands for screenshots, app management, screen interactions, and UI navigation, ideal for automated testing and demonstrations.
Categories
general
Installation
npm
npm install @mobile-next/mobile-next-mobile-device-control-mobile-mcp
Configuration
{
"mcpServers": {
"mobile-next-mobile-device-control-mobile-mcp": {
"command": "npx",
"args": [
"-y",
"@mobile-next/mobile-next-mobile-device-control-mobile-mcp"
]
}
}
}