VR.org VR / AR / XR Reader
Rank #23,436org.vr/vr-mcp
Read-only access to VR.org's live VR, AR, and XR news, editorial, deals, and buyer guides.
VR.org VR / AR / XR Reader is a Model Context Protocol (MCP) server published by evanatpizzarobot. It ranks #23,436 of 115,591 servers tracked on MCP Toplist. VR.org VR / AR / XR Reader is listed across 4 registries — Official MCP, mcp.so, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 30, 2026 and most recently updated on Jun 30, 2026.
Ranks ahead of 92,155 of 115,591 servers on MCP Toplist.
Use VR.org VR / AR / XR Reader
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add vr-mcp -e "VR_ORG_BASE_URL=<your VR_ORG_BASE_URL>" -- npx -y vr-org-mcpReplace each placeholder with your own value before saving.
[mcp_servers.vr-mcp]
command = "npx"
args = ["-y", "vr-org-mcp"]
[mcp_servers.vr-mcp.env]
VR_ORG_BASE_URL = "<your VR_ORG_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vr-mcp": {
"command": "npx",
"args": [
"-y",
"vr-org-mcp"
],
"env": {
"VR_ORG_BASE_URL": "<your VR_ORG_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vr-mcp": {
"command": "npx",
"args": [
"-y",
"vr-org-mcp"
],
"env": {
"VR_ORG_BASE_URL": "<your VR_ORG_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"vr-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vr-org-mcp"
],
"env": {
"VR_ORG_BASE_URL": "<your VR_ORG_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vr-mcp": {
"command": "npx",
"args": [
"-y",
"vr-org-mcp"
],
"env": {
"VR_ORG_BASE_URL": "<your VR_ORG_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vr-mcp": {
"command": "npx",
"args": [
"-y",
"vr-org-mcp"
],
"env": {
"VR_ORG_BASE_URL": "<your VR_ORG_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/org.vr%2Fvr-mcp)<a href="https://mcptoplist.com/server/org.vr%2Fvr-mcp"><img src="https://mcptoplist.com/badge/org.vr%2Fvr-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
evanatpizzarobot
Other servers by evanatpizzarobot
View all evanatpizzarobot servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | Jun 30, 2026 |
Frequently asked questions
- Who maintains VR.org VR / AR / XR Reader?
- VR.org VR / AR / XR Reader is maintained by evanatpizzarobot, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is VR.org VR / AR / XR Reader listed on the Official MCP Registry?
- Yes — VR.org VR / AR / XR Reader is listed on the Official MCP Registry, alongside mcp.so, PulseMCP and Glama.
- How many versions does VR.org VR / AR / XR Reader have?
- MCP Toplist tracks 1 version of VR.org VR / AR / XR Reader, most recently published on Jun 30, 2026.
- Where can I find the source code for VR.org VR / AR / XR Reader?
- The source code for VR.org VR / AR / XR Reader is hosted at github.com/evanatpizzarobot/vr-org-mcp.