Skip to content
Grok

VibeView for Grok

io.github.vibeview/vibeview

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

client:Grok transport:stdio runtime:npm

Install VibeView in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

VibeView in other clients