Skip to content
Zed

mcp metacritic for Zed

io.github.smeet666/mcp-metacritic

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

client:Zed transport:stdio runtime:npm

Install mcp metacritic in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-metacritic": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-metacritic"
      ],
      "env": {
        "MC_USER_AGENT": "<MC_USER_AGENT>",
        "MC_MIN_INTERVAL_MS": "<MC_MIN_INTERVAL_MS>",
        "MC_LOG_LEVEL": "<MC_LOG_LEVEL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp metacritic in other clients