mcpbeat

MCP Metacritic MCP Server

local only

MCP Metacritic runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 5 Aug 2026.

Search Metacritic films, shows and games, read scores and critic reviews. No API key.

Installs / week
npm · mcp-metacritic
0
Stars
0 open issues
5 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-metacritic -- npx -y mcp-metacritic
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-metacritic": {
      "args": [
        "-y",
        "mcp-metacritic"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-metacritic]
command = "npx"
args = ["-y", "mcp-metacritic"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-metacritic": {
      "args": [
        "-y",
        "mcp-metacritic"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-metacritic": {
      "args": [
        "-y",
        "mcp-metacritic"
      ],
      "command": "npx"
    }
  }
}

Alternatives to MCP Metacritic

same job, measured the same way
Fiverr MCP Server
by kyurish

Search Fiverr gigs, sellers, pricing, and reviews. No API key required.

112 installs/wk local only
Hacker News MCP by UnClick
by malamutemayhem

Search and read Hacker News stories, comments, users, Ask HN and Show HN. No API key. By UnClick.

18 installs/wk local only
Kylas CRM
by akshaykylas94

MCP server for Kylas CRM: create, search, and manage leads. Requires KYLAS_API_KEY.

88 installs/wk local only
Kylas CRM
by kylastech

MCP server for Kylas CRM: create, search, and manage leads. Requires KYLAS_API_KEY.

74 installs/wk local only
MCP Animenewsnetwork
by smeet666

Search the Anime News Network encyclopedia and read its news wire. No API key.

local only
Memeboat MCP
by memebo

Search 25,000+ meme templates and create shareable memes on memebo.at. Free, anonymous, no API key.

139 installs/wk 3 tools answering
PDF Toolkit MCP
by beepboop2025

37 tools to read, create, merge, split, watermark, fill, redact & search PDFs. Local, no API key.

74 installs/wk local only
PDF Suite MCP
by beepboop2025

37 tools to read, create, merge, split, watermark, fill, redact & search PDFs. Local, no API key.

local only

MCP Metacritic — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Metacritic?
MCP Metacritic runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-metacritic.
How do I connect MCP Metacritic?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-metacritic straight from npm; nothing to host, nothing to sign up for.
Is MCP Metacritic open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.