VibeView agent skills
MCP serverDev toolsDrive live iOS, Android, Apple TV and Android TV devices in the cloud to verify app changes.
Unavailable. This server has no hosted endpoint yet, so ahel can't serve it.
Connect ahel once, and every AI you use reads what you have installed.
From the project's README
As published by vibeview/skills in README.md.
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 login
Then pick whichever fits your agent.
Any agent that reads skills (Claude Code, Cursor, Codex, and others via the skills CLI):
npx skills add vibeview/skills
Claude Code, as a plugin (installs the skill and registers the MCP server in one step):
/plugin marketplace add vibeview/skills
/plugin install vibeview@vibeview
Claude Code, from the CLI you already installed (copies the skill into ~/.claude/skills/ and offers to register the MCP server):
vibeview agent-setup
Any MCP client: run vibeview mcp over stdio.
{
"mcpServers": {
"vibeview": { "command": "vibeview", "args": ["mcp"] }
}
}
With Claude Code specifically: claude mcp add vibeview -- vibeview mcp.
What's here
| Path | What it is |
|---|---|
skills/vibeview-agent/SKILL.md | The agent workflow: build requirements, the dev loop, verifying with ui-tree, screenshots and logs, TV d-pad navigation, the human hand-off rule, cleanup, and the full command reference for both the CLI and MCP. |
.claude-plugin/ | Claude Code plugin manifest: the skill plus the vibeview mcp server. |
.mcp.json | The same MCP server in the standard root-level form that plugin and MCP directories scan for. |
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.
Signals
- Last commit
- Sep 2026
- Weekly downloads
- 256
Advanced
- Delivery
- vibeview MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
- Catalog kind
- mcp-server
- Gateway key
io-github-vibeview-vibeview- Source
- github.com/vibeview/skills