Agent Device Remote
Freeby MCP Community
Remote proxy client for controlling iOS/Android simulators on Mac machines from anywhere. MCP server for AI agents (Claude Code, Cursor) + CLI.
v0.1.9Added Apr 12, 2026
iossimulatormobiletestingautomation
Agent Device Remote MCP Server
Remote proxy client for controlling iOS/Android simulators on Mac machines from anywhere. MCP server for AI agents (Claude Code, Cursor) + CLI.
Installation
npx -y agent-device-remote
Reviews
Installation
Quick install
npx -y agent-device-remote
Add to claude_desktop_config.json
{
"mcpServers": {
"agent-device-remote": {
"command": "npx",
"args": ["-y", "agent-device-remote"]
}
}
}