An MCP server to use with iOS and Android. Seamlessly maps Native screens and WebViews. Multiple parallel devices supported.
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-device-mcp": {
"command": "npx",
"args": [
"-y",
"srmorete/mobile-device-mcp"
]
}
}
}
Run in terminal:
claude mcp add mobile-device-mcp npx -y srmorete/mobile-device-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"mobile-device-mcp": {
"command": "npx",
"args": [
"-y",
"srmorete/mobile-device-mcp"
]
}
}
}