Skip to content
Cursor

game mcp for Cursor

io.github.moonolgerd/game-mcp

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

client:Cursor transport:stdio runtime:nuget

Install game mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

game mcp in other clients