VR.org VR / AR / XR Reader for Cursor
org.vr/vr-mcp
Read-only VR / AR / XR news, full-text editorial, events, deals, and buyer guides from VR.org.
client:Cursor
transport:stdio
runtime:npm
Install VR.org VR / AR / XR Reader in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vr-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vr-org-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs