Read-only VR / AR / XR news, full-text editorial, events, deals, and buyer guides from VR.org.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y vr-org-mcp
MCP client config
{
"mcpServers": {
"vr-org-vr-ar-xr-reader": {
"command": "npx",
"args": [
"-y",
"vr-org-mcp"
]
}
}
}