vibeview
OfficialEnables driving Android emulators on live cloud devices, including UI-tree-based interaction, log reading, screenshot capture, and TV d-pad navigation.
Enables driving Apple TV simulators on live cloud devices, including UI-tree-based interaction, log reading, screenshot capture, and TV d-pad navigation.
Enables driving iOS simulators on live cloud devices, including UI-tree-based interaction, log reading, screenshot capture, and TV d-pad navigation.
Enables driving Roku devices (beta) on live cloud devices, including UI-tree-based interaction, log reading, screenshot capture, and TV d-pad navigation.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@vibeviewUpload the latest iOS build and start a session on an iPhone 15 Pro"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
VibeView agent skills
Skills and an MCP server that let a coding agent verify its work on a live cloud device: upload a build, start an iOS, Android, Apple TV or Android TV session, drive the app by UI-tree refs, read logs, take screenshots, and stop when only a human can act.
VibeView streams iOS simulators, Android emulators, Apple TV and Android TV simulators, and Roku devices (beta) to a browser and to agents. No Mac, no local simulator, no device on the desk. Docs: AI agent control.
Install
You need the vibeview CLI, logged in:
npm install -g vibeview
vibeview loginThen pick whichever fits your agent.
Any agent that reads skills (Claude Code, Cursor, Codex, and others via the skills CLI):
npx skills add vibeview/skillsClaude Code, as a plugin (installs the skill and registers the MCP server in one step):
/plugin marketplace add vibeview/skills
/plugin install vibeview@vibeviewClaude Code, from the CLI you already installed (copies the skill into ~/.claude/skills/ and offers to register the MCP server):
vibeview agent-setupAny MCP client: run vibeview mcp over stdio.
{
"mcpServers": {
"vibeview": { "command": "vibeview", "args": ["mcp"] }
}
}With Claude Code specifically: claude mcp add vibeview -- vibeview mcp.
Related MCP server: vphone-mcp
What's here
Path | What it is |
| The agent workflow: build requirements, the dev loop, verifying with |
| Claude Code plugin manifest: the skill plus the |
Where this comes from
The canonical copy of the skill ships inside the vibeview npm package (vibeview agent-setup copies it from there). This repository mirrors it so agents and registries can discover it on GitHub. Versions track the CLI.
Issues and questions: support@vibeview.io.
This server cannot be deployed
Maintenance
Related MCP Connectors
- LimrunOAuthcom.limrun
Cloud iOS simulators and Android emulators your agent can create, drive, and throw away.
Drive real devices from your AI Coding tool. Embed a client SDK (Unity, Godot, Flutter, iOS/macOS, Android, React Native, Web) in your app, then capture screenshots, traverse the UI tree, inject taps and key events, and run automated test tasks on the physical device over a secure relay.
Build, run, and inspect iOS apps in disposable hosted Simulators from cloud coding agents.
remote debug iOS/Android/Unity/Godot/Flutter/RN/Web on real-device.ui-tree/screenshots/taps,tests.
Related MCP Servers
AlicenseBqualityAmaintenanceEnables AI assistants to automate mobile app testing and development for iOS and Android through natural language interactions. Supports intelligent element identification, session management, automated test generation, and comprehensive device interactions including clicks, swipes, screenshots, and app management.316,572 npm471Apache 2.0- FlicenseAqualityDmaintenanceEnables programmatic control and AI-driven E2E testing of iOS virtual machines by exposing display, touch input, and navigation tools. It provides hardware key emulation, app navigation, and raw touch interactions with inline screenshot feedback for real-time visual context.1772-

Devicebase MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceEnables remote control of mobile devices via the Devicebase API, including touch gestures, app management, and UI inspection.MIT- AlicenseAqualityBmaintenanceDrives an Android emulator or a physical device over adb. The agent screenshots, reads the UI hierarchy with true device-pixel coordinates, taps and types, manages app lifecycle, reads logcat, and runs Gradle builds and tests.793MIT