Skip to content
Grok

game mcp for Grok

io.github.moonolgerd/game-mcp

Discovers and manages installed games on Windows from Steam, Epic, GOG, Xbox, and other platforms.

client:Grok transport:stdio runtime:nuget

Install game mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "game-mcp": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "GameMcpServer",
        "--yes"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

game mcp in other clients