Skip to content
VS Code

game mcp for VS Code

io.github.moonolgerd/game-mcp

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

client:VS Code transport:stdio runtime:nuget

Install game mcp in VS Code

.vscode/mcp.json

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

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

game mcp in other clients