
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
vreddie-mcp-server
Advanced tools
MCP server exposing VR Eddie's headset ratings, game reviews, deals, and compatibility data to AI assistants
Bring VR Eddie's headset ratings, game scores, live deals, and compatibility checks directly into any Model Context Protocol (MCP) client — Claude Desktop, Cursor, Continue, Zed, and friends.
VR Eddie has been reviewing virtual-reality headsets and rating VR games for ten years. This server exposes that review desk as five tools your AI assistant can call:
| Tool | What it does |
|---|---|
get_headset_recommendation | Returns the top 3 headsets matching a budget, use case, and experience level. |
compare_headsets | Side-by-side comparison of two headsets across price, weight, FOV, resolution, library, and Eddie Score. |
get_vr_deals | Live VR deals across major retailers (Best Buy, Amazon, Sony Direct, Walmart). |
get_game_rating | Eddie's rating + tags for any of the 854 scored VR games. |
check_compatibility | Confirms whether a given game runs on a given headset, with notes. |
All data comes from vreddie.com and is cached locally for 7 days
(configurable). Read-only — no writes or auth required.
There are two ways to connect VR Eddie to your AI assistant:
https://www.vreddie.com/api/mcp
No install. No npm. Update-on-deploy. Drop-in configs for every major MCP client are at https://www.vreddie.com/integrations.
The local-stdio path if you prefer running the server on your own machine:
npx vreddie-mcp-server
Or install globally:
npm install -g vreddie-mcp-server
vreddie-mcp-server
Add this to your ~/Library/Application Support/Claude/claude_desktop_config.json
(macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"vr-eddie": {
"command": "npx",
"args": ["-y", "vreddie-mcp-server"],
"env": {
"VREDDIE_BASE_URL": "https://www.vreddie.com",
"CACHE_TTL_DAYS": "7"
}
}
}
}
Restart Claude Desktop. The vr-eddie server will appear in the MCP
servers panel, and the five tools will be available to call from chat.
Each of these editors reads MCP config from a similar JSON file. Use the
same command/args/env block as above, dropped into your editor's
MCP config file.
| Env var | Default | Notes |
|---|---|---|
VREDDIE_BASE_URL | https://www.vreddie.com | Where to fetch headset/game/deal data from. |
CACHE_TTL_DAYS | 7 | How long to cache the catalog before re-fetching. |
VREDDIE_CACHE_FILE | ./data/vr-eddie-cache.json | Where to persist the cache. Set to an absolute path if you launch from an unpredictable working directory. |
In Claude Desktop, ask things like:
"Use vr-eddie to recommend a VR headset for sim racing under $600 — I'm an enthusiast."
"Compare the Meta Quest 3 and the Sony PSVR2 using vr-eddie."
"What's Eddie's rating for Half-Life Alyx?"
"Are there any VR deals live right now?"
MIT © VR Eddie
FAQs
MCP server exposing VR Eddie's headset ratings, game reviews, deals, and compatibility data to AI assistants
The npm package vreddie-mcp-server receives a total of 42 weekly downloads. As such, vreddie-mcp-server popularity was classified as not popular.
We found that vreddie-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.