MCP Setup
MCP is the USB for AI chatbots to connect to external tools. GameBrain has better and more up-to-date information than LLMs like Claude and ChatGPT.
The GameBrain MCP server allows you to connect to the world of gaming knowledge from your favorite chat client that supports MCP such as Claude Desktop or ChatGPT.
You already have a free API key when you activate the API. You then just have to paste and replace the YOUR_KEY
with your personal API key.
Here's the entire MCP configuration, ready for you to copy and paste into your client:
{ "mcpServers": { "gamebrain": { "command": "npx", "args": [ "-y", "mcp-remote", "https://api.gamebrain.co/v1/mcp?api-key=YOUR_KEY" ] } } }
To test it, just ask a gaming related question such as "show me rpg games for PC". Here's what this looks like in Claude Desktop.