Odel
OpenGame showcases

OpenGame showcases

Local
@opengameappHTMLMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmopengame-browser-game-mcpv0.1.3

Run

npx -y opengame-browser-game-mcp

MCP client config

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