Skip to content
Cursor

VibeView for Cursor

io.github.vibeview/vibeview

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

client:Cursor transport:stdio runtime:npm

Install VibeView in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

VibeView in other clients