Search Metacritic films, shows and games, read scores and critic reviews. No API key.
MCPpedia last refreshed this data
io.github.smeet666/mcp-metacritic is an MCP server that search Metacritic films, shows and games, read scores and critic reviews. No API key. Its tool list has not been published yet over stdio, sse and http, requires no API key, and scores 91/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"metacritic": {
"args": [
"-y",
"mcp-metacritic"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
An MCP server for Metacritic. Search films, shows and games, read Metascores and audience scores, and quote what individual critics wrote, with the publication named and the article linked. **No API key, no account, no
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'mcp-metacritic' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked mcp-metacritic against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Pi Coding Agent extension (CLI-first) — routes bash/read/grep/find/ls through lean-ctx CLI for strong token savings. Optional MCP bridge can register advanced tools.
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server.
One local source for the MCP servers, tools, and memory your AI coding agents share, synced into each tool's native config with a review gate and a receipt for every change. No daemon, no lock-in.
Brazilian company, risk & public-tender data (CNPJ, CEIS/CNEP, PNCP) as x402-paid agent tools
MCP Security Weekly
Get CVE alerts and security updates for io.github.smeet666/mcp-metacritic and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
An MCP server for Metacritic. Search films, shows and games, read Metascores and audience scores, and quote what individual critics wrote, with the publication named and the article linked. No API key, no account, no configuration.
(Version française plus bas / French version below)
One-click install
Claude Code
claude mcp add metacritic -- npx -y mcp-metacritic
Claude Desktop, Cursor, and any client using the standard config format
{
"mcpServers": {
"metacritic": {
"command": "npx",
"args": ["-y", "mcp-metacritic"]
}
}
}
Bundle, without npm
Download mcp-metacritic-<version>.mcpb from
the latest release and open
it. A client that supports MCP bundles installs it on its own, with no npm and
no configuration file to edit. The bundle carries its dependencies, so nothing
is fetched at install time.
| Tool | What it does | Key parameters |
|---|---|---|
search_titles | Finds films, shows and games by title. Compact rows. | query, kind, limit |
get_title | Reads one entry, section by section. | slug, kind, sections, max_chars, offset |
get_reviews | Individual critic or audience reviews, filtered by verdict. | slug, kind, source, sentiment, limit |
browse_titles | Rankings: best rated, newest, most looked at. | kind, sort, genre, limit, offset |
Search returns a slug and a kind for every result, and the other tools take
both. That is the intended chain: search, then read.
The server is read-only. It writes nothing back to Metacritic.
The two scores are on different scales. The critic Metascore runs to 100 and
the audience score to 10, so 73 and 8.9 describe similar opinions. Every score
this server returns carries its own max, and the tool descriptions say so,
because averaging the two is the single easiest mistake to make with this data.
Sections are opt-in because an entry is large. A detail response is 46 KB
for a film, most of it artwork variants. get_title returns basic and
scores by default; awards, production, networks and where_to_watch
cost an extra request each and are only fetched when asked for.
Reviews are a sample, not a page. Metacritic counts 36 critic reviews on a given film and serves 7 through this route, whatever paging you ask for. The tool says so rather than presenting the sample as the whole list, and links the entry page where the rest can be read.
**A fai