opencritic-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@opencritic-mcpSearch for Hollow Knight on OpenCritic"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
opencritic-mcp
An MCP (Model Context Protocol) server that gives AI assistants access to OpenCritic game review scores via the official OpenCritic API on RapidAPI.
Search for games and retrieve aggregated critic scores, review tiers, and individual reviews — all without scraping. For full API endpoints and response specs, see the OpenCritic API Documentation.
Tools
Tool | Parameters | Description |
|
| Search by game title — returns up to 10 matches with IDs |
|
| Get critic score, % recommended, tier, developer, publisher, platforms, genres, loot boxes, and box art. Filter by platform (e.g. |
|
| Get individual critic reviews (outlet, score, author, language, platform tags, excerpt, link). Filter by platform. |
Related MCP server: IGDB MCP Server
Prerequisites
Node.js v18 or later
A free RapidAPI key for the OpenCritic API
Getting a RapidAPI key
Sign up or log in (free)
Subscribe to the Basic plan (free tier: 200 requests/day, 25 searches/day)
Copy your
X-RapidAPI-Keyfrom the dashboard
Your key is only ever used locally. It is read from an environment variable at runtime and never stored in the package.
Installation
Option A — npx (no install required)
{
"mcpServers": {
"opencritic": {
"command": "npx",
"args": ["-y", "opencritic-mcp"],
"env": {
"RAPIDAPI_KEY": "your_rapidapi_key_here"
}
}
}
}Option B — Clone and build locally
git clone https://github.com/brandikun/opencritic-mcp.git
cd opencritic-mcp
npm install
npm run buildThen add to your MCP config:
{
"mcpServers": {
"opencritic": {
"command": "node",
"args": ["/absolute/path/to/opencritic-mcp/dist/index.js"],
"env": {
"RAPIDAPI_KEY": "your_rapidapi_key_here"
}
}
}
}MCP Client Config Locations
Client | Config file |
Antigravity / AGY |
|
Claude Desktop |
|
Claude Desktop (Windows) |
|
Example usage
Once connected, you can ask your AI assistant things like:
"Search for Hollow Knight on OpenCritic"
"What's the critic score for Disco Elysium?"
"Show me the top critic reviews for Elden Ring"
"Cross-reference my Steam library with OpenCritic scores" (when paired with a Steam MCP)
Security notes
Your
RAPIDAPI_KEYis passed via environment variable — it never appears in source code or gets committed to gitThe server uses only Node's built-in
fetchand the official MCP SDK — no third-party HTTP clientsIf
RAPIDAPI_KEYis missing, the server exits immediately with a clear error message
Free tier limits & Caching
Limit | Value |
Requests per day | 200 |
Searches per day | 25 |
Requests per second | 4 |
Built-in Caching: To protect your daily RapidAPI quota, responses are cached in memory for 1 hour. Repeated detail or review queries cost 0 API requests.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables LLMs to retrieve and analyze Steam game reviews, providing access to review statistics, game information, and helping summarize pros and cons of games.Last updated1757MIT
- AlicenseBqualityCmaintenanceProvides access to the Internet Game Database (IGDB) API, enabling users to search for video games, retrieve detailed game information including ratings and platforms, and discover trending and anticipated titles.Last updated44MIT
- Alicense-qualityDmaintenanceProvides direct access to the RAWG gaming database, allowing users to search for games, retrieve detailed metadata, and explore genres within Claude. It streamlines game research by offering information on ratings, platforms, and release dates through natural language queries.Last updated3MIT
- Alicense-qualityCmaintenanceProvides comprehensive video game metadata and assets from Steam, SteamGridDB, and ScreenScraper, enabling game search, details, DLCs, reviews, player counts, and visual assets.Last updated193MIT
Related MCP Connectors
Bounded tools for rendering, extraction, RAG, enrichment, local discovery and review analysis.
SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.
Live App Store & Google Play data for AI agents: app discovery, ASO keywords, reviews.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/brandikun/opencritic-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server