Skip to content
VS Code

RAWG Games MCP by UnClick for VS Code

io.github.malamutemayhem/rawg

Search video games with detail, screenshots, genres, and upcoming releases from RAWG. By UnClick.

client:VS Code transport:stdio runtime:npm

Install RAWG Games MCP by UnClick in VS Code

.vscode/mcp.json

{
  "servers": {
    "rawg": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@unclick/rawg-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

RAWG Games MCP by UnClick in other clients