VR.org VR / AR / XR Reader for Grok
org.vr/vr-mcp
Read-only VR / AR / XR news, full-text editorial, events, deals, and buyer guides from VR.org.
client:Grok
transport:stdio
runtime:npm
Install VR.org VR / AR / XR Reader in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"vr-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vr-org-mcp"
]
}
}
}
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