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