Model Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mobile-mcp": {
"command": "npx",
"args": [
"-y",
"mobile-next/mobile-mcp"
]
}
}
}
Run in terminal:
claude mcp add mobile-mcp npx -y mobile-next/mobile-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"mobile-mcp": {
"command": "npx",
"args": [
"-y",
"mobile-next/mobile-mcp"
]
}
}
}