
Waiting Room
Supports UIby m0xoo
Interactive distraction hub and mini-game center for AI agents to launch while performing long-running tasks.
What it does
Waiting Room renders an interactive UI dashboard within the agent's editor. It intercepts periods of AI processing time to provide the user with a mini-game hub, including a fully playable Cookie Clicker game with upgrades and auto-clickers.
Key features
- Game Hub: A dark-mode selection screen for choosing distractions.
- Cookie Clicker: Full React-based implementation with progressive scaling costs.
- MCP Native: Seamless integration via the
@modelcontextprotocol/ext-appsSDK. - Boredom Mitigation: Prevents user fatigue during massive feature generations or complex coding tasks.
Installation
Add to claude_desktop_config.json:
{
"mcpServers": {
"waiting-room": {
"command": "npx",
"args": ["-y", "@m0xoo/server-waiting-room", "--stdio"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
npx -y @m0xoo/server-waiting-room --stdioInformation
- Pricing
- free
- Published
- 4/19/2026
- stars






