Skip to content
Cursor

mcp metacritic for Cursor

io.github.smeet666/mcp-metacritic

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

client:Cursor transport:stdio runtime:npm

Install mcp metacritic in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "mcp-metacritic": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp metacritic in other clients