# ddsky/gamebrain-api-clients [Health: Active]

**Category:** 🎮 Gaming  
**Repository:** https://github.com/ddsky/gamebrain-api-clients  
**GitHub Stars:** 4  
**Views:** 2  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/ddsky-gamebrain-api-clients

## Description
Search and discover hundreds of thousands of video games on any platform through the GameBrain API.

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `npx` (confidence: high):

```json
"mcpServers": {
  "gamebrain-api-clients": {
    "command": "npx",
    "args": ["-y","mcp-remote","https://api.gamebrain.co/v1/mcp?api-key=YOUR_KEY"],
    "env": {
      "API_KEY": ""
    }
  }
}
```

**Requires environment variables:** `API_KEY` — the values above are empty placeholders; fill in real credentials before running (see the repository for what each one is for).

## Documentation & README

# MCP Setup

Read more about setting up the [GameBrain MCP server](https://gamebrain.co/api/docs/mcp-setup). Simply get your free API key and copy this config into your MCP client:

```json
{
  "mcpServers": {
    "gamebrain": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.gamebrain.co/v1/mcp?api-key=YOUR_KEY"
      ]
    }
  }
}
```

