Skip to content
Gemini CLI

VibeView for Gemini CLI

io.github.vibeview/vibeview

Drive live iOS, Android, Apple TV and Android TV devices in the cloud to verify app changes.

client:Gemini CLI transport:stdio runtime:npm

Install VibeView in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "vibeview": {
      "command": "npx",
      "args": [
        "-y",
        "vibeview"
      ],
      "env": {
        "VIBEVIEW_API_TOKEN": "<VIBEVIEW_API_TOKEN>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

VibeView in other clients