Skip to content
Cursor

browser game for Cursor

io.github.opengameapp/browser-game

Local tools for planning and validating focused browser-game prototypes.

client:Cursor transport:stdio runtime:npm

Install browser game in Cursor

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

{
  "mcpServers": {
    "browser-game": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "opengame-browser-game-mcp"
      ]
    }
  }
}

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

browser game in other clients