Vreddie Mcp Server
About
Bring VR Eddie's headset ratings, game scores, live deals, and compatibility checks into any MCP client.
Details
- Author
- vreddie2go
- Downloads
- 247
- Categories
- Other
Jump to
- Five read‑only tools for VR data.
- No authentication or API keys required.
- Data cached locally for seven days.
- Free for personal and commercial use (MIT).
- Live deals from Best Buy, Amazon, Sony Direct, Walmart.
- Covers 854 scored VR games.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Vreddie Mcp ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install and run the server with npx vreddie-mcp-server. For Claude Desktop, add the following configuration:
{
"mcpServers": {
"vreddie": { "command": "npx", "args": ["-y", "vreddie-mcp-server"] }
}
}
get_headset_recommendation
Get top 3 VR headset recommendations based on budget, use case, and experience level. Returns VR Eddie Ratings (0-100) and links to detailed reviews on vreddie.com.
compare_headsets
Compare two VR headsets side-by-side with specs, ratings, pros, cons, and a verdict. Returns data from vreddie.com/compare.
get_vr_deals
Get current VR headset deals and discounts. Returns active promotions with prices and affiliate links from vreddie.com/deals.
get_game_rating
Look up a VR game's VR Eddie Rating (0-100), sentiment analysis, pros/cons, and compatible platforms. Returns data from the VR Eddie directory.
check_compatibility
Check if a VR game is compatible with a specific headset and what performance to expect.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"vreddie mcp server": {
"vreddie": {
"command": "npx",
"args": [
"-y",
"vreddie-mcp-server"
]
}
}
}
}
McpServers
{
"vreddie": {
"command": "npx",
"args": [
"-y",
"vreddie-mcp-server"
]
}
}
VR Eddie has been reviewing virtual-reality headsets and rating VR games for ten years. This server exposes that review desk as five tools any Model Context Protocol client can call: get_headset_recommendation, compare_headsets, get_vr_deals, get_game_rating, and check_compatibility. Read-only, no auth required, data cached locally for 7 days. Free for personal and commercial use under the MIT license.
Tools
-
get_headset_recommendation — top 3 headsets for a budget + use case + experience level-
compare_headsets — side-by-side spec + Eddie Score for two headsets-
get_vr_deals — live deals across Best Buy, Amazon, Sony Direct, Walmart-
get_game_rating — Eddie's rating + tags for any of 854 scored VR games-
check_compatibility — confirms whether a game runs on a given headsetInstall
``
bash
npx vreddie-mcp-server
`
Claude Desktop config
`json
{
"mcpServers": {
"vreddie": { "command": "npx", "args": ["-y", "vreddie-mcp-server"] }
}
}
``Links
- npm: https://www.npmjs.com/package/vreddie-mcp-server
- Homepage: https://www.vreddie.com
- Repo: https://github.com/vreddie2go/vreddie-platform/tree/main/mcp
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



