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